Skip to content

Commit

Permalink
fix: Make it compatible with java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Dec 28, 2024
1 parent 0824e26 commit c2652ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ plugins {
id("signing")
}

java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8

val isReleaseBuild: Boolean
get() = project.hasProperty("RELEASE")

Expand Down

0 comments on commit c2652ef

Please sign in to comment.