mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-22 17:07:42 +01:00
Gradle Shadow enters the plugins block
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user