mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 15:30:19 +01:00
[ci skip] Update shadow and remove semicolons from kotlin code
This commit is contained in:
parent
459b947b53
commit
a648b50c27
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue