Browse Source

Upgrade to Groovy 3.0.6

pull/25876/head
Juergen Hoeller 5 years ago
parent
commit
e78aa6b8f8
  1. 2
      build.gradle

2
build.gradle

@ -53,7 +53,7 @@ configure(allprojects) { project ->
entry 'aspectjtools' entry 'aspectjtools'
entry 'aspectjweaver' entry 'aspectjweaver'
} }
dependencySet(group: 'org.codehaus.groovy', version: '3.0.5') { dependencySet(group: 'org.codehaus.groovy', version: '3.0.6') {
entry 'groovy' entry 'groovy'
entry 'groovy-jsr223' entry 'groovy-jsr223'
entry 'groovy-templates' // requires findbugs for warning-free compilation entry 'groovy-templates' // requires findbugs for warning-free compilation

Loading…
Cancel
Save