File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <!-- http://search.maven.org/#artifactdetails%7Corg.hamcrest%7Chamcrest-core%7C1.3%7Cjar -->
2121 <dependency org =" org.hamcrest" name =" hamcrest-core" rev =" 1.3" transitive =" false" conf =" test->default" />
2222 <!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all -->
23- <dependency org =" org.codehaus.groovy" name =" groovy-all" rev =" 1.8.8" transitive =" false" conf =" build->default" />
23+ <dependency org =" org.codehaus.groovy" name =" groovy-all" rev =" 3.0.9" transitive =" false" conf =" build->default" />
24+ <dependency org =" org.codehaus.groovy" name =" groovy-ant" rev =" 3.0.9" transitive =" false" conf =" build->default" />
25+ <dependency org =" org.codehaus.groovy" name =" groovy" rev =" 3.0.9" transitive =" false" conf =" build->default" />
2426 </dependencies >
2527</ivy-module >
Original file line number Diff line number Diff line change 1+ <ivysettings >
2+
3+ <include url =" ${ivy.default.settings.dir}/ivysettings.xml" />
4+
5+ <resolvers >
6+
7+ <ibiblio name =" central" m2compatible =" true" root =" https://repo.maven.apache.org/maven2/" />
8+
9+ <chain name =" external" returnFirst =" true" >
10+ <resolver ref =" default" />
11+ <resolver ref =" central" />
12+ </chain >
13+ </resolvers >
14+
15+ <settings defaultResolver =" external" />
16+
17+ </ivysettings >
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ def isEmpty(value) {
1313}
1414
1515// ////////////////////MAIN////////////////////////
16- final def isWindows = (System . getProperty(' os.name' ) =~ / (?i)windows/ ). find()
17- final def workDir = new File (' .' ). absolutePath
18- final def compName = new File (" ." ). getCanonicalFile(). name // this gets resolved to component name
19- final def props = new Properties ()
20- final def inputPropsFile = new File (args[0 ])
21- final def inputPropsStream = null
16+ def isWindows = (System . getProperty(' os.name' ) =~ / (?i)windows/ ). find()
17+ def workDir = new File (' .' ). absolutePath
18+ def compName = new File (" ." ). getCanonicalFile(). name // this gets resolved to component name
19+ def props = new Properties ()
20+ def inputPropsFile = new File (args[0 ])
21+ def inputPropsStream = null
2222try {
2323 inputPropsStream = new FileInputStream (inputPropsFile)
2424 props. load(inputPropsStream)
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ def isEmpty(value) {
1313}
1414
1515// ////////////////////MAIN////////////////////////
16- final def isWindows = (System . getProperty(' os.name' ) =~ / (?i)windows/ ). find()
17- final def workDir = new File (' .' ). absolutePath
18- final def compName = new File (" ." ). getCanonicalFile(). name // this gets resolved to component name
19- final def props = new Properties ()
20- final def inputPropsFile = new File (args[0 ])
21- final def inputPropsStream = null
16+ def isWindows = (System . getProperty(' os.name' ) =~ / (?i)windows/ ). find()
17+ def workDir = new File (' .' ). absolutePath
18+ def compName = new File (" ." ). getCanonicalFile(). name // this gets resolved to component name
19+ def props = new Properties ()
20+ def inputPropsFile = new File (args[0 ])
21+ def inputPropsStream = null
2222try {
2323 inputPropsStream = new FileInputStream (inputPropsFile)
2424 props. load(inputPropsStream)
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ def isEmpty(value) {
1313}
1414
1515// ////////////////////MAIN////////////////////////
16- final def isWindows = (System . getProperty(' os.name' ) =~ / (?i)windows/ ). find()
17- final def workDir = new File (' .' ). absolutePath
18- final def compName = new File (" ." ). getCanonicalFile(). name // this gets resolved to component name
19- final def props = new Properties ()
20- final def inputPropsFile = new File (args[0 ])
21- final def inputPropsStream = null
16+ def isWindows = (System . getProperty(' os.name' ) =~ / (?i)windows/ ). find()
17+ def workDir = new File (' .' ). absolutePath
18+ def compName = new File (" ." ). getCanonicalFile(). name // this gets resolved to component name
19+ def props = new Properties ()
20+ def inputPropsFile = new File (args[0 ])
21+ def inputPropsStream = null
2222try {
2323 inputPropsStream = new FileInputStream (inputPropsFile)
2424 props. load(inputPropsStream)
You can’t perform that action at this time.
0 commit comments