Skip to content

Commit ab7d8f9

Browse files
committed
Update gradle
1 parent c1eb289 commit ab7d8f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Compatibility
66

77
- Support Java 8 and higher
8-
- Support 1.12.2 - Latest Minecraft version (1.20.3)
8+
- Support 1.12.2 - Latest Minecraft version (1.21.1)
99
- Compatible with Spigot / Paper / Paper Forks / Forge+Bukkit Hybrid Server
1010
- Folia Support
1111

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
`java-library`
33
`maven-publish`
4-
id("com.github.johnrengelman.shadow") version "8.1.1" apply true
4+
id("com.gradleup.shadow") version "8.3.0"
55
}
66

77
group = "systems.kscott"

0 commit comments

Comments
 (0)