Update to 1.21?

This commit is contained in:
Len
2024-07-06 11:00:58 +02:00
parent 2c3feac367
commit 3ea078237d
4 changed files with 12 additions and 10 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
plugins {
`java-library`
id("com.github.johnrengelman.shadow") version "7.1.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
allprojects {
group = "com.alttd.chat"
version = "2.0.0-SNAPSHOT"
version = "2.0.1-SNAPSHOT"
description = "All in one minecraft chat plugin"
// repositories {
@@ -27,7 +27,7 @@ subprojects {
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
languageVersion.set(JavaLanguageVersion.of(21))
}
}