Skip to content

Commit

Permalink
build: Remove unnecessary java plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Feb 14, 2024
1 parent f1c6009 commit fe8ea91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
alias(libs.plugins.binary.compatibility.validator)
`maven-publish`
signing
java
}

group = "app.revanced"
Expand Down Expand Up @@ -52,11 +51,6 @@ dependencies {
testImplementation(libs.kotlin.test)
}

java {
withJavadocJar()
withSourcesJar()
}

kotlin {
jvmToolchain(11)
}
Expand Down

0 comments on commit fe8ea91

Please sign in to comment.