We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc0ccc commit 4839850Copy full SHA for 4839850
backend/api/build.gradle
@@ -27,7 +27,7 @@ plugins {
27
id 'io.spring.dependency-management' version '1.1.4'
28
id "org.jetbrains.kotlin.plugin.spring"
29
id "org.jetbrains.kotlin.jvm"
30
- id "com.google.cloud.tools.jib" version "3.4.0"
+ id "com.google.cloud.tools.jib" version "3.4.1"
31
}
32
33
description = 'GraphQL API'
0 commit comments