Skip to content

Commit 2f310ba

Browse files
committed
update ci-utils plugin version
1 parent b637f8d commit 2f310ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0
33
plugins {
44
`java-gradle-plugin`
55
id("org.hypertrace.repository-plugin") version "0.4.0"
6-
id("org.hypertrace.ci-utils-plugin") version "0.2.0"
6+
id("org.hypertrace.ci-utils-plugin") version "0.3.0"
77
id("org.hypertrace.publish-plugin") version "1.0.2"
88
}
99

@@ -29,4 +29,4 @@ gradlePlugin {
2929

3030
hypertracePublish {
3131
license.set(APACHE_2_0)
32-
}
32+
}

0 commit comments

Comments
 (0)