gradle-plugin-example icon indicating copy to clipboard operation
gradle-plugin-example copied to clipboard

Compile error Caused by: java.lang.ClassNotFoundException: junit.framework.TestCase

Open clintmod opened this issue 8 years ago • 0 comments

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

Build time: 2017-10-30 15:43:29 UTC Revision: c684c202534c4138b51033b52d871939b8d38d72

Groovy: 2.4.12 Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015 JVM: 1.8.0_131 (Oracle Corporation 25.131-b11) OS: Mac OS X 10.12.5 x86_64

clintmod avatar Nov 05 '17 15:11 clintmod