Skip to content

Commit

Permalink
build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
michi42 committed Aug 29, 2020
1 parent 10080b0 commit 4ef3c22
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,6 @@ jacocoTestReport {

javadoc { options.encoding = "UTF-8" }

if(!project.tasks.findByName("javadocJar")) {
task javadocJar(type: Jar) {
classifier = 'javadoc'
from javadoc
}
}

if(!project.tasks.findByName("sourcesJar")) {
task sourcesJar(type: Jar) {
classifier = 'sources'
from sourceSets.main.allSource
}
}

eclipse {
classpath {
Expand Down

0 comments on commit 4ef3c22

Please sign in to comment.