gradle-plugin-example
gradle-plugin-example copied to clipboard
An example of how to build and test a gradle plugin.
Off a fresh pull of this repo, I get this. Any idea what the problem is? ```C:\gradle-plugin-example>gradlew test :compileJava UP-TO-DATE :compileGroovy :processResources UP-TO-DATE :classes :createClasspathManifest :compileTestJava UP-TO-DATE :compileTestGroovy :processTestResources UP-TO-DATE...
09:00 $ gradle build FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileTestGroovy'. > junit/framework/TestCase with --stacktrace Caused by: java.lang.ClassNotFoundException: junit.framework.TestCase ------------------------------------------------------------ Gradle 4.3...