Index: build.gradle =================================================================== diff -u -rba32f44240631badeab872d005ac42fad6f1f778 -r52515609b476cbeeaa2cc67c62fc439572523ed1 --- build.gradle (.../build.gradle) (revision ba32f44240631badeab872d005ac42fad6f1f778) +++ build.gradle (.../build.gradle) (revision 52515609b476cbeeaa2cc67c62fc439572523ed1) @@ -9,6 +9,7 @@ } plugins { + id 'base' id 'application' } @@ -18,7 +19,6 @@ } -apply plugin: 'base' apply plugin: 'maven-publish' task sourceJar(type: Jar, dependsOn: classes) {