File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0;
3
3
plugins {
4
4
`java- library`
5
5
id(" com.diffplug.spotless" ) version " 5.2.0" apply false
6
- id(" org.hypertrace.publish-maven-central-plugin" ) version " 0.4.3 " apply false
7
- id(" org.hypertrace.ci-utils-plugin" ) version " 0.1.4 "
6
+ id(" org.hypertrace.publish-maven-central-plugin" ) version " 1.0.2 " apply false
7
+ id(" org.hypertrace.ci-utils-plugin" ) version " 0.3.0 "
8
8
id(" org.gradle.test-retry" ) version " 1.2.0" apply false
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ pluginManagement {
4
4
repositories {
5
5
mavenLocal()
6
6
gradlePluginPortal()
7
- maven(" https://dl.bintray.com/hypertrace /maven" )
7
+ maven(" https://hypertrace.jfrog.io/artifactory /maven" )
8
8
}
9
9
}
10
10
11
11
plugins {
12
- id(" org.hypertrace.version-settings" ) version " 0.1.6 "
12
+ id(" org.hypertrace.version-settings" ) version " 0.2.0 "
13
13
}
14
14
15
15
include(" :javaagent" )
You can’t perform that action at this time.
0 commit comments