This commit is contained in:
mani123 2023-04-30 03:03:28 +02:00
parent c7f38337fe
commit 86bc3ea50c

View File

@ -58,7 +58,7 @@ dependencies {
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17 // Need for Folia
withJavadocJar()
withSourcesJar()