Skip to content

Commit 35c0890

Browse files
committed
publishing settings
1 parent 13da8b6 commit 35c0890

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ plugins {
55
group = 'org.xomda'
66
version = libs.versions.xomda.common.java.get()
77

8+
java {
9+
withSourcesJar()
10+
withJavadocJar()
11+
}
12+
13+
// stop complaining when generating javadocs
14+
javadoc.options.addStringOption('Xdoclint:none', '-quiet')
15+
816
repositories {
917
mavenLocal()
1018
mavenCentral()

0 commit comments

Comments
 (0)