We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385068e commit 062d6b6Copy full SHA for 062d6b6
spigot/build.gradle
@@ -24,11 +24,11 @@ repositories {
24
dependencies {
25
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
26
testCompile group: 'junit', name: 'junit', version: '4.12'
27
- implementation group: 'me.clip', name: 'placeholderapi', version: '2.9.2'
+ compileOnly group: 'me.clip', name: 'placeholderapi', version: '2.9.2'
28
29
compileOnly 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT' // The Spigot API with no shadowing. Requires the OSS repo.
30
31
- implementation "com.github.MilkBowl:VaultAPI:1.7"
+ compileOnly "com.github.MilkBowl:VaultAPI:1.7"
32
33
// compileOnly ('com.github.Fernthedev:VaultAPI:7.0') {
34
// exclude group: 'org.bukkit'
0 commit comments