David Smith
07/23/2021, 3:24 PMmcpiroman
07/23/2021, 4:06 PMDavid Smith
07/23/2021, 4:10 PMPeter Ertl
07/25/2021, 2:32 PMDavid Smith
07/25/2021, 3:20 PMsourceControl {
gitRepository(uri("<ssh://git@github.com/MyOrg/mylib.git>")) {
producesModule("io.myorg:mylib")
}
}
and importantly, in build.gradle.kts:
implementation("io.myorg:myapp:1.0") {
version {
branch = "main"
}
}
ssh://
and the version.branch = main