1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2025-12-19 14:59:16 +00:00

Temporarily remove sources jar

This commit is contained in:
onebeastchris
2025-07-18 13:01:15 +02:00
parent 543468859e
commit 653d9af267

View File

@@ -55,7 +55,7 @@ java {
if (JavaVersion.current() < javaVersion) {
toolchain.languageVersion = JavaLanguageVersion.of(targetJavaVersion)
}
withSourcesJar()
//withSourcesJar()
}
jar {