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
commita2442812876e7c8f53abfff06c62d3744ff36ea6 (patch)
tree542cf0e46f83b00a3d8871150d9cccc3e58c14b6 /build.gradle.kts
parent10e6143499da91dbcee7c0c89e9e7e8593209a2f (diff)
downloadPaper-a2442812876e7c8f53abfff06c62d3744ff36ea6.tar.gz
Paper-a2442812876e7c8f53abfff06c62d3744ff36ea6.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()