Skip to content

Commit

Permalink
remove explicit java version for rocker
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Oct 12, 2024
1 parent 004f1f7 commit b0d4f21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion grails-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ application {
}

rocker {
javaVersion = '17'
postProcessing = ['org.grails.forge.rocker.plugin.WhitespaceProcessor']
}

Expand Down
1 change: 0 additions & 1 deletion grails-forge-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def grailsVersionInfo = tasks.register("grailsVersionInfo", WriteGrailsVersionIn
sourceSets.main.resources.srcDir(grailsVersionInfo)

rocker {
javaVersion = '11'
postProcessing = ['org.grails.forge.rocker.plugin.WhitespaceProcessor']
}

Expand Down

0 comments on commit b0d4f21

Please sign in to comment.