Skip to content

Commit 7e7ff60

Browse files
committed
Include javadocs and sources jar
1 parent d83db12 commit 7e7ff60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bukkit-extension/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ tasks {
3939
test {
4040
useJUnitPlatform()
4141
}
42-
withJavadocJar()
43-
withSourcesJar()
4442
}
4543
java {
4644
toolchain {
4745
languageVersion.set(JavaLanguageVersion.of(17))
4846
}
47+
withJavadocJar()
48+
withSourcesJar()
4949
}
5050

5151
publishing {

0 commit comments

Comments
 (0)