We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b27d64 commit 8394658Copy full SHA for 8394658
build.gradle.kts
@@ -1,3 +1,3 @@
1
plugins {
2
- id("org.hypertrace.docker-publish-plugin") version "0.3.3" apply false
+ id("org.hypertrace.docker-publish-plugin") version "0.9.0" apply false
3
}
settings.gradle.kts
@@ -2,7 +2,7 @@ pluginManagement {
repositories {
mavenLocal()
4
gradlePluginPortal()
5
- maven("https://dl.bintray.com/hypertrace/maven")
+ maven("https://hypertrace.jfrog.io/artifactory/maven")
6
7
8
0 commit comments