Skip to content

Commit 43f5bcc

Browse files
committed
publish artifacts to hypertrace artifactory
1 parent be12e40 commit 43f5bcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.8.1"
2+
id("org.hypertrace.docker-publish-plugin") version "0.9.0"
33
}

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
maven("https://dl.bintray.com/hypertrace/maven")
7+
maven("https://hypertrace.jfrog.io/artifactory/maven")
88
}
99
}
1010

1111
plugins {
12-
id("org.hypertrace.version-settings") version "0.1.1"
12+
id("org.hypertrace.version-settings") version "0.2.0"
1313
}

0 commit comments

Comments
 (0)