Skip to content

Commit 303ed69

Browse files
authored
Fix build (#18)
* Update build.gradle.kts * Update build.gradle.kts
1 parent a2bd7fb commit 303ed69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`java-library`
33
`maven-publish`
44
id("io.papermc.paperweight.userdev") version "1.7.1"
5-
id("io.github.0ffz.github-packages") version "1.2.1"
5+
id("io.github.apdevteam.github-packages") version "1.2.2"
66
}
77

88
repositories {
@@ -26,7 +26,7 @@ dependencies {
2626
}
2727

2828
group = "com.snowleopard"
29-
version = "3.0.0_beta-4"
29+
version = "3.0.0_beta-5"
3030
description = "APTurrets"
3131
java.toolchain.languageVersion = JavaLanguageVersion.of(21)
3232

0 commit comments

Comments
 (0)