Skip to content

Commit

Permalink
Revert "Add API jar creation + maven uploading (#258)"
Browse files Browse the repository at this point in the history
This reverts commit f5fd420.
  • Loading branch information
mezz committed Apr 29, 2016
1 parent f5fd420 commit adec0fc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Expand Up @@ -99,17 +99,9 @@ task sourcesJar(type: Jar) {
classifier = 'sources'
}

task apiJar(type: Jar) {
from sourceSets.main.allSource
from sourceSets.main.output
include 'mezz/jei/api/**/*'
classifier = 'api'
}

artifacts {
archives javadocJar
archives sourcesJar
archives apiJar
}

task("uploadJars", dependsOn: "build") {
Expand Down

0 comments on commit adec0fc

Please sign in to comment.