Revert "Update to 1.21?"

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