aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-06-16 17:19:55 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-06-16 17:19:55 +0100
commit9236145bc075e7902cb32a41a86ec705cded1f5c (patch)
treefbe18b3e73b35b9674af34b22cadb8253af426d8 /build.gradle
parent252239ebe580e6789210a4fad3761c3e410f7979 (diff)
Use Paper supplied Adventure rather than shading
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 746d1eaf..884f2765 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,8 +12,8 @@ allprojects {
group = 'com.leonardobishop'
version = '3.12'
- sourceCompatibility = 1.8
- targetCompatibility = 1.8
+ sourceCompatibility = 17
+ targetCompatibility = 17
}
task allJar( type: Jar, dependsOn: subprojects.tasks['build'] ) {