Upgrade to Groovy 3.0.6
This commit is contained in:
parent
f5d9babfd2
commit
e78aa6b8f8
|
|
@ -53,7 +53,7 @@ configure(allprojects) { project ->
|
|||
entry 'aspectjtools'
|
||||
entry 'aspectjweaver'
|
||||
}
|
||||
dependencySet(group: 'org.codehaus.groovy', version: '3.0.5') {
|
||||
dependencySet(group: 'org.codehaus.groovy', version: '3.0.6') {
|
||||
entry 'groovy'
|
||||
entry 'groovy-jsr223'
|
||||
entry 'groovy-templates' // requires findbugs for warning-free compilation
|
||||
|
|
|
|||
Loading…
Reference in New Issue