Slackbot
11/09/2022, 8:12 PMChris Lee
11/09/2022, 8:15 PMinclude("some-other-module")
then only the root gradle.properties is used.Martin
11/09/2022, 8:16 PMincludeBuild("some-other-project")
Chris Lee
11/09/2022, 8:17 PMChris Lee
11/09/2022, 8:18 PMMartin
11/09/2022, 8:21 PMMartin
11/09/2022, 8:21 PMjvmArgs
needs to be read before the dameon startsChris Lee
11/09/2022, 8:21 PMMartin
11/09/2022, 8:21 PMChris Lee
11/09/2022, 8:23 PMMartin
11/09/2022, 8:23 PMChris Lee
11/09/2022, 8:24 PMChris Lee
11/09/2022, 8:25 PM@CacheableTask
internal abstract class WriteGradleProperties : DefaultTask() {
@get:OutputFile
abstract val gradlePropertiesFile: RegularFileProperty
@get:Input
abstract val defaultProperties: MapProperty<String, String>
@TaskAction
fun taskAction() {
// merge logic here
}
}
Lars Kaulen
11/10/2022, 6:54 AMwolfs
11/10/2022, 8:50 AMwolfs
11/10/2022, 8:51 AMMartin
11/10/2022, 9:30 AMwolfs
11/10/2022, 11:46 AM