Skip to content

Commit

Permalink
chore: set Java 8 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Apr 3, 2023
1 parent cea452d commit d57e279
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sjpp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ plugins {
id 'application'
}

compileJava {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}

repositories {
// Use Maven Central for resolving dependencies.
mavenCentral()
Expand Down

0 comments on commit d57e279

Please sign in to comment.