mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 20:52:12 -07:00
[ci skip] Update shadow and remove semicolons from kotlin code
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
import org.gradle.api.tasks.testing.logging.TestExceptionFormat;
|
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
|
||||||
import org.gradle.api.tasks.testing.logging.TestLogEvent;
|
import org.gradle.api.tasks.testing.logging.TestLogEvent
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
id("com.github.johnrengelman.shadow") version "7.1.1" apply false
|
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
|
||||||
id("io.papermc.paperweight.core") version "1.3.3"
|
id("io.papermc.paperweight.core") version "1.3.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user