Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Revert "Publish Javadoc jar from Gradle build"
Browse files Browse the repository at this point in the history
This reverts commit 3f976c1 as the
Javadoc that it published here in bisq-core will now be published from
the newly extracted bisq-assets library.
  • Loading branch information
cbeams committed Apr 27, 2018
1 parent cb8bdef commit 2a510c3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}

javadoc {
options.author = true
options.addStringOption('Xdoclint:none', '-quiet')
}

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
from javadoc.destinationDir
}

artifacts {
archives javadocJar
}

repositories {
jcenter()
maven { url 'https://jitpack.io' }
Expand Down

0 comments on commit 2a510c3

Please sign in to comment.