Skip to content

Commit 89cf2a4

Browse files
authored
Deploy to nais (#818)
* Revert using jib
1 parent 197122b commit 89cf2a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ repositories { mavenCentral() }
55
plugins {
66
kotlin("jvm") version libs.versions.kotlin
77
id("org.sonarqube") version "6.0.1.5171"
8-
id("com.google.cloud.tools.jib") version "3.4.4"
98
jacoco
109
}
1110

@@ -47,8 +46,3 @@ subprojects {
4746
}
4847
}
4948
}
50-
51-
jib {
52-
from.image = "bellsoft/liberica-openjdk-alpine:21"
53-
container.creationTime = "USE_CURRENT_TIMESTAMP"
54-
}

0 commit comments

Comments
 (0)