[ci skip] Update shadow and remove semicolons from kotlin code

This commit is contained in:
Jason Penilla 2021-12-31 14:28:13 -08:00
parent 58c41d0f60
commit fa438331e0
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
1 changed files with 3 additions and 3 deletions

View File

@ -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"
}