build: Remove unnecessary java plugin

This commit is contained in:
oSumAtrIX 2024-02-14 04:32:18 +01:00
parent f1c60093cf
commit fe8ea9130d
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

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)
}