Gradle Shadow enters the plugins block

This commit is contained in:
Andrew Steinborn
2021-05-16 01:45:09 -04:00
parent 49c25e24c7
commit 78036438f2

View File

@@ -1,13 +1,8 @@
buildscript {
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
}
}
plugins {
id 'java'
id "net.ltgt.errorprone" version "2.0.1" apply false
id 'net.ltgt.errorprone' version "2.0.1" apply false
id 'org.cadixdev.licenser' version '0.5.1' apply false
id "com.github.johnrengelman.shadow" version "6.1.0" apply false
}
allprojects {