Skip to content

Commit

Permalink
Replace release by sourceCompatibility and targetCompatibility in spock
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Mar 4, 2025
1 parent 93a2eda commit cc1c13a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ dependencies {
}

tasks.withType(GroovyCompile) {
options.release.set(8)
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
options.encoding = 'UTF-8'
}

Expand Down

0 comments on commit cc1c13a

Please sign in to comment.