aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2024-04-25 18:40:50 -0700
committerJason Penilla <[email protected]>2024-04-25 18:40:50 -0700
commit2432de7be3b6aaf158cffae935b3dbc7ece7d9ca (patch)
treef3f4904762ce651f519053d0fe9f5fa2c439668d /build.gradle.kts
parent48c586ab9c7448a3bd094edbf300791afb05623c (diff)
downloadPaper-2432de7be3b6aaf158cffae935b3dbc7ece7d9ca.tar.gz
Paper-2432de7be3b6aaf158cffae935b3dbc7ece7d9ca.zip
Replace VanillaGradle use and update generated API
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 4f552a4cf2..5497e7cc48 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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()