File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 "
4042version = " 0.2-SNAPSHOT"
4143description = " A plugin for managing a Minecraft community"
4244
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments