Skip to content

Commit

Permalink
Move java extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 27, 2024
1 parent a9dd66a commit c711c60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ tasks.jar {
}
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
withSourcesJar()
withJavadocJar()
}

gradlePlugin {
website = providers.gradleProperty("POM_URL")
vcsUrl = providers.gradleProperty("POM_URL")
Expand Down
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ dependencies {
testImplementation("commons-io:commons-io:2.16.1")
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
withSourcesJar()
withJavadocJar()
}

jacoco {
toolVersion = "0.8.12"
}
Expand Down

0 comments on commit c711c60

Please sign in to comment.