Hi, sorry for this easy one...
my build.gradle is: usePlugin 'java' sourceSets.main.srcDir = new File(buildDir, 'src') sourceSets.main.classesDir = new File(buildDir, 'classes') so the project structure is obvious. Starting gradle clean compileJava just returns :clean :compileJava BUILD SUCCESSFUL Total time: 1.313 secs so nothing happens. is the build.gradle correct ? what is the error that no clean or compile happens ? thanks -- View this message in context: http://old.nabble.com/Failing-on-simple-script-tp27240252p27240252.html Sent from the gradle-user mailing list archive at Nabble.com.
