We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5e588 commit 012a01aCopy full SHA for 012a01a
1 file changed
build.gradle
@@ -2,6 +2,8 @@ plugins {
2
id 'java'
3
}
4
5
+defaultTasks 'dist'
6
+
7
// Disable all caching to ensure clean builds
8
gradle.projectsEvaluated {
9
tasks.withType(JavaCompile) {
0 commit comments