Skip to content

Commit 5ed25fc

Browse files
authored
Merge pull request #7 from MrFishCakes/master
Prevent Spigot from compiling
2 parents 256989b + 7d3725e commit 5ed25fc

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)