diff --git a/build.gradle b/build.gradle index 44404054..ad41c0a0 100644 --- a/build.gradle +++ b/build.gradle @@ -60,6 +60,10 @@ tasks.withType(Compile) { options.compilerArgs << "-Xlint" << "-Werror" } +artifacts { + archives tasks.jar +} + import nl.javadude.gradle.plugins.license.License tasks.withType(License).each { licenseTask -> licenseTask.exclude '**/*.json'