HHH-6654 upgrade ant to 1.8.2
This commit is contained in:
parent
0fd15e1f37
commit
4ee000ecf5
|
@ -43,7 +43,7 @@ ideaModule {
|
|||
slf4jVersion = '1.6.1'
|
||||
libraries = [
|
||||
// Ant
|
||||
ant: 'ant:ant:1.6.5',
|
||||
ant: 'org.apache.ant:ant:1.8.2',
|
||||
|
||||
// Antlr
|
||||
antlr: 'antlr:antlr:2.7.7',
|
||||
|
|
|
@ -39,7 +39,7 @@ dependencies {
|
|||
// common
|
||||
compile gradleApi()
|
||||
compile localGroovy()
|
||||
// compile 'org.apache.ant:ant:1.7.0'
|
||||
// compile 'org.apache.ant:ant:1.8.2'
|
||||
// compile 'org.apache.maven:maven-ant-tasks:2.1.0'
|
||||
|
||||
// needed?
|
||||
|
|
Loading…
Reference in New Issue