Skip to content

Commit

Permalink
Release 0.1.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsmak committed Apr 23, 2021
1 parent b172c7a commit efd6be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subprojects {
apply plugin: 'kotlin'

group = "com.omarsmak.kafka.consumer.lag.monitoring"
version = '0.1.2-SNAPSHOT'
version = '0.1.1'

ext {
libraryName = "kafka-consumer-lag-monitoring"
Expand Down Expand Up @@ -139,7 +139,7 @@ configure(subprojects.findAll { it.name.contains("component") }) {

// First stage: build our native image inside a docker image

from new Dockerfile.From("ghcr.io/graalvm/graalvm-ce:${graalNativeImageVersion}-java11").withStage("build")
from new Dockerfile.From("ghcr.io/graalvm/graalvm-ce:${graalNativeImageVersion}").withStage("build")
workingDir "/app"
copyFile componentFullName + "*all.jar", "/app/jar/application.jar"
runCommand "gu install native-image"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mordantVersion = 1.2.1
slf4jVersion = 1.7.30
log4jSlf4jImplVersion = 2.13.3
mockkVersion = 1.9.3
graalNativeImageVersion = 20.2.0
graalNativeImageVersion = 21.1.0
jacksonDatabindVersion = 2.11.3


Expand Down

0 comments on commit efd6be5

Please sign in to comment.