Slackbot
04/04/2022, 12:58 PMVampire
04/04/2022, 1:04 PMVampire
04/04/2022, 1:06 PMVampire
04/04/2022, 1:07 PMTimo Grün
04/04/2022, 1:07 PMsnapshotsOnly()
notation in the repositories clojure?
repositories {
maven {
credentials {
username = artifactoryUser
password = artifactoryPassword
}
url = URI("$artifactoryUrl/libs-snapshot-local")
mavenContent {
snapshotsOnly()
}
}
}
Vampire
04/04/2022, 1:08 PMgrossws
04/04/2022, 1:24 PMTimo Grün
04/04/2022, 1:37 PM