Remove redundant buildscript block (#3083)

This commit is contained in:
Anuraag Agrawal 2021-05-26 13:50:44 +09:00 committed by GitHub
parent 8ee085fda4
commit 761c739f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -16,7 +16,6 @@ plugins {
id "com.diffplug.spotless"
id "com.github.spotbugs" apply false
id "net.ltgt.errorprone" apply false
}

View File

@ -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"
}