Skip to content

Commit aed0c02

Browse files
Thomas NieldThomas Nield
authored andcommitted
try reconfiguring build scripts
1 parent 974e197 commit aed0c02

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ task sourcesJar(type: Jar, dependsOn: classes) {
7171
from sourceSets.main.allSource
7272
}
7373

74-
task javadocJar(type: Jar, dependsOn: javadoc) {
75-
classifier = "javadoc"
76-
from javadoc.destinationDir
77-
}
7874

7975
artifacts {
8076
archives jar

0 commit comments

Comments
 (0)