We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dc39e commit 82ac64cCopy full SHA for 82ac64c
build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
implementation 'org.apache.commons:commons-compress:1.21'
47
implementation 'org.apache.velocity:velocity-engine-core:2.3'
48
implementation 'org.vafer:jdeb:1.9'
49
- implementation 'net.jsign:jsign-core:5.0'
+ implementation 'net.jsign:jsign-core:6.0'
50
implementation 'org.redline-rpm:redline:1.2.10'
51
implementation 'edu.sc.seis.launch4j:launch4j:2.5.2'
52
@@ -72,6 +72,9 @@ targetCompatibility = JavaVersion.VERSION_1_8
72
73
compileJava.options.encoding = 'UTF-8'
74
75
+// supress javadoc warnings
76
+javadoc.options.addStringOption('Xdoclint:none', '-quiet')
77
+
78
java {
79
withSourcesJar()
80
withJavadocJar()
0 commit comments