https://github.com/albertoimpl/nohttp-demo
Example project showcasing nohttp
https://github.com/albertoimpl/nohttp-demo
Last synced: 11 months ago
JSON representation
Example project showcasing nohttp
- Host: GitHub
- URL: https://github.com/albertoimpl/nohttp-demo
- Owner: Albertoimpl
- License: apache-2.0
- Created: 2019-04-30T11:55:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T12:16:03.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T21:28:42.574Z (about 1 year ago)
- Language: Java
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
README
= Explanation
This project contains a multimodule gradle project that wants a `NoHttp` checkstyle rule to be added.
The first commit uses gradle version `4.10.2` and can run the basic `checkstyle` check by running
./gradlew clean check
The second commit adds `NoHttp` and breaks, can be run with:
./gradlew clean check --stacktrace
Last commit is the result of upgrading to gradle 5 with the following command:
./gradlew wrapper --gradle-version 5.4.1
And then
./gradlew clean check --stacktrace