Skip to content

Commit 1c269ec

Browse files
committed
Revert in Kotlin
1 parent f2d4027 commit 1c269ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/software/amazon/adot/GradleUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import com.google.cloud.tools.jib.gradle.JibExtension
99
fun JibExtension.configureImages(sourceImage:String, destinationImage: String, localDocker: Boolean, multiPlatform: Boolean, tags: Set<String> = setOf<String>()) {
1010
to {
1111
image = destinationImage
12-
if (tags.isPresent()) {
12+
if (!tags.isEmpty()) {
1313
this.tags = tags;
1414
}
1515
}

0 commit comments

Comments
 (0)