diff --git a/build.gradle b/build.gradle index ce0e42dbb3..dc2b731ff4 100644 --- a/build.gradle +++ b/build.gradle @@ -233,4 +233,9 @@ task ntcoreSourceZip(type: Zip) { } } +// Empty task for build so that ntcoreSourceZip will be build when running ./gradlew build +task build + +build.dependsOn ntcoreSourceZip + apply from: 'publish.gradle'