Skip to content

Commit df134aa

Browse files
Merge pull request #8 from hypertrace/docker-plugin-upgrade
chore: upgrade docker plugin
2 parents b8814b2 + c82a2f8 commit df134aa

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,8 +3,8 @@ plugins {
33
id("org.hypertrace.ci-utils-plugin") version "0.1.1"
44
id("org.hypertrace.jacoco-report-plugin") version "0.1.0" apply false
55
id("org.hypertrace.publish-plugin") version "0.3.0" apply false
6-
id("org.hypertrace.docker-java-application-plugin") version "0.2.2" apply false
7-
id("org.hypertrace.docker-publish-plugin") version "0.2.2" apply false
6+
id("org.hypertrace.docker-java-application-plugin") version "0.3.0" apply false
7+
id("org.hypertrace.docker-publish-plugin") version "0.3.0" apply false
88
id("org.hypertrace.integration-test-plugin") version "0.1.0" apply false
99
}
1010

0 commit comments

Comments
 (0)