Slackbot
09/22/2022, 10:11 PMSlackbot
09/23/2022, 1:49 AMrrva
09/23/2022, 6:56 AMjava.lang.Exception: Cannot create empty file: /builds/myproject/build/kotlin/compileKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab
gradle 7.5.1, kotlin 1.7.10, gitlab.
Usually, retrying the build works. It seems to be some cache lifecycle issue.John
09/23/2022, 2:40 PMSlackbot
09/23/2022, 4:15 PMSlackbot
09/23/2022, 5:13 PMSlackbot
09/25/2022, 4:49 AMSlackbot
09/24/2022, 8:45 PMAnderson Lameck
09/26/2022, 1:36 AMbecause
clause when using version catalogs?
This appears to be working
val commonMain by getting {
dependencies {
api("com:kool-dep:1.0.0") {
because("I like cool things")
}
}
}
This one does not appear to be working
val commonMain by getting {
dependencies {
api(libs.koolDep) {
because("I like cool things")
}
}
}
Slackbot
09/26/2022, 8:30 AMSlackbot
09/27/2022, 7:00 AMJustin Tullgren
09/27/2022, 2:28 PMmaven
publish components, where one includes the source and docs, while the other does not? For publishing a "release" to a public repo with just docs. This is for a multi project, where the consumer uses an Android Library which is dependent on the other projects in the build.Hervé Guillemet
09/28/2022, 3:58 AMtasks.register<JavaExec>("someTask") {
classpath = sourceSets["main"].runtimeClasspath
mainClass.set("some.class")
mainModule.set("some.module")
args("--foo")
}
, but if I use the --args bar
option when launching the task, this will override the setting of --foo
.
Any way to force a command line argument from the build script that won't get erased when --args
is used ?Slackbot
09/28/2022, 5:53 AMSlackbot
09/28/2022, 1:37 PMSlackbot
09/28/2022, 7:27 PMSlackbot
09/28/2022, 9:57 PMSlackbot
09/29/2022, 4:36 PMSlackbot
09/29/2022, 5:14 PMSlackbot
09/29/2022, 5:34 PMSlackbot
09/30/2022, 8:46 AMSlackbot
10/01/2022, 4:33 AMSlackbot
10/01/2022, 12:09 PMSlackbot
10/03/2022, 9:44 PMSlackbot
10/04/2022, 5:34 AMCaleb Cushing
10/04/2022, 3:02 PMRomulo Ruas
10/04/2022, 6:30 PMCaleb Cushing
10/04/2022, 11:37 PMCaleb Cushing
10/05/2022, 5:54 AMSlackbot
10/05/2022, 5:10 PM