Skip to content

Commit 3a8100f

Browse files
committed
Resolve issues
Signed-off-by: BT (calcastor/mame) <[email protected]>
1 parent 65ee430 commit 3a8100f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

buildSrc/src/main/kotlin/buildlogic.java-conventions.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ dependencies {
3434
compileOnly("tc.oc.pgm:core:0.16-SNAPSHOT")
3535
compileOnly("tc.oc.occ:AFK:1.0.0-SNAPSHOT")
3636
compileOnly("tc.oc.occ:Environment:1.0.0-SNAPSHOT")
37+
compileOnly("org.incendo:cloud-annotations:2.0.0")
38+
compileOnly("org.jetbrains:annotations:22.0.0")
3739
}
3840

39-
group = "dev.pgm"
41+
group = "dev.pgm.community"
4042
version = "0.2-SNAPSHOT"
4143
description = "A plugin for managing a Minecraft community"
4244

core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ publishing {
3030
}
3131
repositories {
3232
maven {
33-
name = "pgm-repo-snapshots"
34-
url = uri("https://repo.pgm.fyi/snapshots")
33+
name = "ghPackages"
34+
url = uri("https://maven.pkg.github.com/PGMDev/Community")
3535
credentials {
3636
username = System.getenv("GITHUB_ACTOR")
3737
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)