Skip to content

Commit 56fc599

Browse files
committed
Update build.gradle
1 parent c6bf68e commit 56fc599

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

build.gradle

+2-10
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ apply plugin: 'signing'
77

88
sourceCompatibility = 1.8
99

10-
configurations { provided }
11-
12-
sourceSets {
13-
main.compileClasspath += configurations.provided
14-
test.compileClasspath += configurations.provided
15-
test.runtimeClasspath += configurations.provided
16-
}
17-
1810
task javadocJar(type: Jar) {
1911
classifier = 'javadoc'
2012
from javadoc
@@ -35,8 +27,8 @@ repositories {
3527
}
3628

3729
dependencies {
38-
provided 'org.spigotmc:spigot-api:1.11.2-R0.1-SNAPSHOT'
39-
provided 'org.apache.commons:commons-lang3:3.5'
30+
compileOnly 'org.spigotmc:spigot-api:1.11.2-R0.1-SNAPSHOT'
31+
compileOnly 'org.apache.commons:commons-lang3:3.5'
4032
}
4133

4234
jar { archiveName = 'SmartInvs-' + project.version + '.jar' }

0 commit comments

Comments
 (0)