mirror of https://github.com/apache/poi.git
disable "ant init" in gradle build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e15f7bf77
commit
1de0a56321
|
@ -442,10 +442,10 @@ poijobs.each { poijob ->
|
|||
|
||||
// this is a workaround until the Gradle build can do this compilation before invoking any
|
||||
// Ant script or when building via Ant is removed completely
|
||||
ant {
|
||||
targets(['init'] + (poijob.properties ?: []))
|
||||
antInstallation(antRT)
|
||||
}
|
||||
//ant {
|
||||
// targets(['init'] + (poijob.properties ?: []))
|
||||
// antInstallation(antRT)
|
||||
//}
|
||||
|
||||
gradle {
|
||||
tasks('jenkins')
|
||||
|
|
Loading…
Reference in New Issue