Skip to content

Commit

Permalink
Explicit Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFaustLZ committed Dec 6, 2023
1 parent 38cd304 commit d4f35f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ plugins {
group = 'com.labelzoom.api'
version = '1.0.12'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit d4f35f4

Please sign in to comment.