[ci skip] Update shadow and remove semicolons from kotlin code
This commit is contained in:
parent
58c41d0f60
commit
fa438331e0
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.TestLogEvent;
|
||||
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
|
||||
import org.gradle.api.tasks.testing.logging.TestLogEvent
|
||||
|
||||
plugins {
|
||||
java
|
||||
`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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue