Skip to content

Commit a2cf016

Browse files
committed
update gradle to get dockerBuildImages
1 parent e0a9a21 commit a2cf016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id("org.hypertrace.jacoco-report-plugin") version "0.3.0" apply false
1010
id("org.hypertrace.code-style-plugin") version "2.1.2" apply false
1111
id("org.owasp.dependencycheck") version "12.1.3"
12-
id("org.hypertrace.docker-java-application-plugin") version "0.11.3"
12+
id("org.hypertrace.docker-java-application-plugin") version "0.11.3" apply false
1313
}
1414

1515
subprojects {

0 commit comments

Comments
 (0)