Remove unnecessary shadow (#667)
This commit is contained in:
parent
8086f88623
commit
87c268cfb3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue