build: Remove unnecessary java plugin

This commit is contained in:
oSumAtrIX
2024-02-14 04:32:18 +01:00
parent f1c60093cf
commit fe8ea9130d

View File

@@ -3,7 +3,6 @@ plugins {
alias(libs.plugins.binary.compatibility.validator)
`maven-publish`
signing
java
}
group = "app.revanced"
@@ -52,11 +51,6 @@ dependencies {
testImplementation(libs.kotlin.test)
}
java {
withJavadocJar()
withSourcesJar()
}
kotlin {
jvmToolchain(11)
}