An open API service indexing awesome lists of open source software.

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

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