Skip to content

Commit 8394658

Browse files
authored
publish artifacts to hypertrace artifactory (#8)
1 parent 3b27d64 commit 8394658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugins {
2-
id("org.hypertrace.docker-publish-plugin") version "0.3.3" apply false
2+
id("org.hypertrace.docker-publish-plugin") version "0.9.0" apply false
33
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginManagement {
22
repositories {
33
mavenLocal()
44
gradlePluginPortal()
5-
maven("https://dl.bintray.com/hypertrace/maven")
5+
maven("https://hypertrace.jfrog.io/artifactory/maven")
66
}
77
}
88

0 commit comments

Comments
 (0)