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 b637f8d commit 2f310baCopy full SHA for 2f310ba
build.gradle.kts
@@ -3,7 +3,7 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0
3
plugins {
4
`java-gradle-plugin`
5
id("org.hypertrace.repository-plugin") version "0.4.0"
6
- id("org.hypertrace.ci-utils-plugin") version "0.2.0"
+ id("org.hypertrace.ci-utils-plugin") version "0.3.0"
7
id("org.hypertrace.publish-plugin") version "1.0.2"
8
}
9
@@ -29,4 +29,4 @@ gradlePlugin {
29
30
hypertracePublish {
31
license.set(APACHE_2_0)
32
-}
+}
0 commit comments