Skip to content

Commit

Permalink
Remove a redundant line that sets the JVM version in the old way in b…
Browse files Browse the repository at this point in the history
…uild.gradle.kts
  • Loading branch information
ShreckYe committed May 15, 2023
1 parent 5219bfd commit 46d976d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ dependencies {

version = "0.2.0-SNAPSHOT"

java.toolchain.languageVersion.set(JavaLanguageVersion.of(8))

publishing.publications.getByName<MavenPublication>("maven") {
artifactId = rootProject.name + "-postgresql"

Expand Down

0 comments on commit 46d976d

Please sign in to comment.