Paul Woitaschek
05/01/2017, 6:48 PMsuresh
05/01/2017, 8:30 PMbamboo
05/02/2017, 12:27 PMbuildSrc
classpath.bamboo
05/02/2017, 12:43 PMextra
properties. In the applied script:
extra["data"] = listOf("my", "data")
In the main script:
val data: List<String> by extra
...
Paul Woitaschek
05/02/2017, 1:51 PMfun download(uri : URI, dest : File)
. How can I execute it from build.gradle.kts
?suresh
05/02/2017, 3:15 PMbuildSrc
(eg: https://github.com/sureshg/kotlin-starter/blob/master/buildSrc/src/main/kotlin/Extensions.kt#L17) and can access directly from main build script (https://github.com/sureshg/kotlin-starter/blob/master/build.gradle.kts#L270) .bamboo
05/03/2017, 12:46 PM