Skip to content

Commit 7d3725e

Browse files
author
Finlay
authored
Prevent Spigot from compiling
Spigot previously compiled which caused issues with the Maven artifact.
1 parent 256989b commit 7d3725e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
testCompile group: 'junit', name: 'junit', version: '4.12'
2525

2626
// Spigot API
27-
implementation group: 'org.spigotmc', name: 'spigot-api', version: '1.8.8-R0.1-SNAPSHOT'
27+
compileOnly group: 'org.spigotmc', name: 'spigot-api', version: '1.8.8-R0.1-SNAPSHOT'
2828
}
2929

3030
task testJar(type: Jar) {
@@ -62,4 +62,4 @@ artifacts {
6262
archives classesJar
6363
archives javadocJar
6464
archives sourcesJar
65-
}
65+
}

0 commit comments

Comments
 (0)