Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
Gradle Shadow enters the plugins block
Dieser Commit ist enthalten in:
Ursprung
49c25e24c7
Commit
78036438f2
@ -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 {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren