We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43de5ee commit fed82c0Copy full SHA for fed82c0
1 file changed
build.gradle
@@ -12,9 +12,11 @@ group = project.maven_group
12
13
repositories {
14
mavenCentral()
15
- mavenLocal()
+ // Uncomment to build with local Denizen-Core changes
16
+ // mavenLocal()
17
maven {
- url "https://repo.citizensnpcs.co"
18
+ name "Denizen"
19
+ url "https://maven.citizensnpcs.co/repo"
20
}
21
22
name = "CottonMC"
0 commit comments