There's no need to shadow the API JAR

This commit is contained in:
Andrew Steinborn
2021-05-16 03:17:08 -04:00
parent 9efda3d42d
commit 99b3b32525

View File

@@ -8,7 +8,6 @@ apply plugin: 'org.cadixdev.licenser'
apply from: '../gradle/checkstyle.gradle' apply from: '../gradle/checkstyle.gradle'
apply from: '../gradle/publish.gradle' apply from: '../gradle/publish.gradle'
apply from: '../gradle/errorprone.gradle' apply from: '../gradle/errorprone.gradle'
apply plugin: 'com.github.johnrengelman.shadow'
java { java {
sourceCompatibility = JavaVersion.VERSION_11 sourceCompatibility = JavaVersion.VERSION_11