Remove redundant buildscript block (#3083)
This commit is contained in:
parent
8ee085fda4
commit
761c739f7f
|
@ -16,7 +16,6 @@ plugins {
|
|||
|
||||
id "com.diffplug.spotless"
|
||||
id "com.github.spotbugs" apply false
|
||||
|
||||
id "net.ltgt.errorprone" apply false
|
||||
}
|
||||
|
||||
|
|
|
@ -1,15 +1,4 @@
|
|||
// this project will run in isolation under the agent's classloader
|
||||
buildscript {
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath "net.bytebuddy:byte-buddy-gradle-plugin:${versions.bytebuddy}"
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id "com.github.johnrengelman.shadow"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue