Skip to content

Commit

Permalink
Removed maven publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyPants committed Dec 21, 2015
1 parent 251107f commit c3b3413
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,25 +101,6 @@ task deobfJar(type: Jar) {

build.dependsOn sourceJar, deobfJar, javadocJar

publishing {
tasks.publish.dependsOn 'build'
publications {
mavenJava(MavenPublication) {
from components.java

artifact sourceJar
artifact javadocJar
artifact deobfJar
}
}

repositories {
if (project.hasProperty('mavendir')) {
maven { url mavendir }
}
}
}

String getChangelogText() {
def changelogFile = new File('ReleaseNotes.txt')
String str = ''
Expand Down

0 comments on commit c3b3413

Please sign in to comment.