We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bd7fb commit 303ed69Copy full SHA for 303ed69
1 file changed
build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
`java-library`
3
`maven-publish`
4
id("io.papermc.paperweight.userdev") version "1.7.1"
5
- id("io.github.0ffz.github-packages") version "1.2.1"
+ id("io.github.apdevteam.github-packages") version "1.2.2"
6
}
7
8
repositories {
@@ -26,7 +26,7 @@ dependencies {
26
27
28
group = "com.snowleopard"
29
-version = "3.0.0_beta-4"
+version = "3.0.0_beta-5"
30
description = "APTurrets"
31
java.toolchain.languageVersion = JavaLanguageVersion.of(21)
32
0 commit comments