Skip to content

Commit

Permalink
fixed javadoc i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
Mineinjava committed Sep 28, 2023
1 parent abfe3d3 commit 6487f41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions quail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
from sourceSets.main.allJava
}


artifacts {
archives sourcesJar
// archives javadocJar
archives javadocJar
}
tasks.withType(Javadoc) {
failOnError false
}

tasks.named('test') {
Expand Down

0 comments on commit 6487f41

Please sign in to comment.