Skip to content

Commit

Permalink
Update source/target compat versions to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
nre-ableton committed Dec 23, 2022
1 parent 5739af6 commit e2d7eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ repositories {
group = "com.lesfurets"
archivesBaseName = "jenkins-pipeline-unit"

sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 11
targetCompatibility = 11

dependencies {
implementation('org.codehaus.groovy:groovy-all:2.4.14')
Expand Down

0 comments on commit e2d7eb6

Please sign in to comment.