Replace VanillaGradle use and update generated API
This commit is contained in:
@ -28,10 +28,6 @@ allprojects {
|
||||
|
||||
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
|
||||
|
||||
tasks.remapSpigotSources {
|
||||
sourceCompatibility = 21 // TODO change default in paperweight
|
||||
}
|
||||
|
||||
subprojects {
|
||||
tasks.withType<JavaCompile> {
|
||||
options.encoding = Charsets.UTF_8.name()
|
||||
|
||||
Reference in New Issue
Block a user