gradle-plugins
gradle-plugins copied to clipboard
Collection of Gradle plugins that usually come in handy when bootstrapping new projects
I am trying to use the `colored-test-output` plugin but when I add it to my buid.gradle I get the below compilation error. ``` $ gradle test FAILURE: Build failed with...
Please add support for Kotlin language. http://kotlinlang.org/
I'm new to Java and have been hunting around for a while trying to find a test framework where the test output is formatted like those in your colored-test-output example....
Our repository includes a `Tests` project that contains only integration tests and no main classes. This is due to the repository originally not using the Maven standard layout. These tests...