build.gradle.kts
repositories {
...
maven("https://dl.bintray.com/common-marvel/kotlin")
}
dependencies {
...
testImplementation("common.marvel:spring-boot-test-helper-kotlin:0.1.11")
}
BINTRAY_USER=<USERNAME> BINTRAY_KEY=<API_KEY> ./publish.sh