Remove unnecessary shadow (#667)

This commit is contained in:
Trask Stalnaker 2020-07-11 23:49:31 -07:00 committed by GitHub
parent 8086f88623
commit 87c268cfb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
// The shadowJar of this project will be injected into the JVM's bootstrap classloader
plugins {
id "com.github.johnrengelman.shadow"
}
apply from: "$rootDir/gradle/java.gradle"
// FIXME: Improve test coverage.