Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Jun 17, 2018
1 parent c6bf68e commit 56fc599
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ apply plugin: 'signing'

sourceCompatibility = 1.8

configurations { provided }

sourceSets {
main.compileClasspath += configurations.provided
test.compileClasspath += configurations.provided
test.runtimeClasspath += configurations.provided
}

task javadocJar(type: Jar) {
classifier = 'javadoc'
from javadoc
Expand All @@ -35,8 +27,8 @@ repositories {
}

dependencies {
provided 'org.spigotmc:spigot-api:1.11.2-R0.1-SNAPSHOT'
provided 'org.apache.commons:commons-lang3:3.5'
compileOnly 'org.spigotmc:spigot-api:1.11.2-R0.1-SNAPSHOT'
compileOnly 'org.apache.commons:commons-lang3:3.5'
}

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

0 comments on commit 56fc599

Please sign in to comment.