File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,6 @@ apply plugin: 'signing'
77
88sourceCompatibility = 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-
1810task javadocJar (type : Jar ) {
1911 classifier = ' javadoc'
2012 from javadoc
@@ -35,8 +27,8 @@ repositories {
3527}
3628
3729dependencies {
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
4234jar { archiveName = ' SmartInvs-' + project. version + ' .jar' }
You can’t perform that action at this time.
0 commit comments