Vishnu Shrikar
11/12/2023, 11:09 PMtasks.replace("test").dependsOn("desktopTest")
Result shown below, can someone help me figure out wtf happens here because I am very stumped thanksVampire
11/12/2023, 11:15 PMtest
is not a lifecycle task, and test
is most probably not really depending on desktopTest
. It would most probably be more appropriate to make check
depend on desktopTest
.Vishnu Shrikar
11/12/2023, 11:18 PMVampire
11/12/2023, 11:21 PMI had to use the 2 topics to get the image ordering, i guess I could have put one underneath the other but I was concerned about clear presentation.As I said, posting in a second message in the thread of the first message would be better. Now presentation is much less clear if you look at it in the "Threads" view, as the first message is missing completely.
Isnt this the gradle channel tho? Im using kotlin dsl on gradle so I thought it applied hereJust that you use the Kotlin DSL does not qualify to ask here. Your question is exactly the same whether you use Groovy DSL or Kotlin DSL. It is not about how to use the Kotlin DSL or how to use Kotlin in build scripts, or how to use the Kotlin Gradle Plugin. ;-)
Vishnu Shrikar
11/12/2023, 11:24 PM