Skip to content

Commit 062d6b6

Browse files
committed
Reverted api keyword changes to fix CI
1 parent 385068e commit 062d6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spigot/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ repositories {
2424
dependencies {
2525
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
2626
testCompile group: 'junit', name: 'junit', version: '4.12'
27-
implementation group: 'me.clip', name: 'placeholderapi', version: '2.9.2'
27+
compileOnly group: 'me.clip', name: 'placeholderapi', version: '2.9.2'
2828

2929
compileOnly 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT' // The Spigot API with no shadowing. Requires the OSS repo.
3030

31-
implementation "com.github.MilkBowl:VaultAPI:1.7"
31+
compileOnly "com.github.MilkBowl:VaultAPI:1.7"
3232

3333
// compileOnly ('com.github.Fernthedev:VaultAPI:7.0') {
3434
// exclude group: 'org.bukkit'

0 commit comments

Comments
 (0)