Skip to content

Commit c467f07

Browse files
committed
fix: jar build
1 parent 1a97905 commit c467f07

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ plugins {
55
group = 'org.nrr.nk'
66
version = '1.0.0'
77

8+
java {
9+
toolchain {
10+
languageVersion = JavaLanguageVersion.of(17)
11+
}
12+
13+
withJavadocJar()
14+
withSourcesJar()
15+
}
16+
817
repositories {
918
mavenCentral()
1019
}

0 commit comments

Comments
 (0)