File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ subprojects {
24
24
apply plugin : ' kotlin'
25
25
26
26
group = " com.omarsmak.kafka.consumer.lag.monitoring"
27
- version = ' 0.1.2-SNAPSHOT '
27
+ version = ' 0.1.1 '
28
28
29
29
ext {
30
30
libraryName = " kafka-consumer-lag-monitoring"
@@ -139,7 +139,7 @@ configure(subprojects.findAll { it.name.contains("component") }) {
139
139
140
140
// First stage: build our native image inside a docker image
141
141
142
- from new Dockerfile.From (" ghcr.io/graalvm/graalvm-ce:${ graalNativeImageVersion} -java11 " ). withStage(" build" )
142
+ from new Dockerfile.From (" ghcr.io/graalvm/graalvm-ce:${ graalNativeImageVersion} " ). withStage(" build" )
143
143
workingDir " /app"
144
144
copyFile componentFullName + " *all.jar" , " /app/jar/application.jar"
145
145
runCommand " gu install native-image"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ mordantVersion = 1.2.1
9
9
slf4jVersion = 1.7.30
10
10
log4jSlf4jImplVersion = 2.13.3
11
11
mockkVersion = 1.9.3
12
- graalNativeImageVersion = 20.2 .0
12
+ graalNativeImageVersion = 21.1 .0
13
13
jacksonDatabindVersion = 2.11.3
14
14
15
15
You can’t perform that action at this time.
0 commit comments