Skip to content

Commit

Permalink
gradle build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Jan 31, 2024
1 parent 67b4759 commit 4a09fc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ version = '0.7.4'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
sourceCompatibility = "1.8"
targetCompatibility = "1.8"

java {
sourceCompatibility = JavaVersion.toVersion("8")
targetCompatibility = JavaVersion.toVersion("8")
}
repositories {
mavenLocal()
mavenCentral()
Expand Down

0 comments on commit 4a09fc9

Please sign in to comment.