3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-17 05:20:14 +01:00

Gradle Shadow enters the plugins block

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-05-16 01:45:09 -04:00
Ursprung 49c25e24c7
Commit 78036438f2

Datei anzeigen

@ -1,13 +1,8 @@
buildscript {
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
}
}
plugins { plugins {
id 'java' 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 'org.cadixdev.licenser' version '0.5.1' apply false
id "com.github.johnrengelman.shadow" version "6.1.0" apply false
} }
allprojects { allprojects {