We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa5155 commit 8136acfCopy full SHA for 8136acf
1 file changed
build.gradle.kts
@@ -22,14 +22,15 @@ java {
22
}
23
24
repositories {
25
+ maven("https://jitpack.io")
26
mavenCentral()
27
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots")
28
maven("https://repo.papermc.io/repository/maven-public/")
29
maven("https://repo.codemc.io/repository/maven-public/")
30
31
32
dependencies {
- githubImplementation("Slimefun5:SlimefunMetrics:master")
33
+ implementation("com.github.Slimefun5:SlimefunMetrics:master-SNAPSHOT")
34
"githubCompileOnly"("Slimefun5:Slimefun5:v5.1.1")
35
compileOnly("io.papermc.paper:paper-api:${property("paperApiVersion")}")
36
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
0 commit comments