Fix some issues

This commit is contained in:
Laurent
2025-03-11 12:34:40 +01:00
parent b8fddba488
commit caad5ed4ce
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ RUN gradle clean build
# actual container
FROM eclipse-temurin:21-jdk
ENV ARTIFACT_NAME=unluckiest-1.0.0.jar
ENV ARTIFACT_NAME=letsmeet-1.0.0.jar
ENV APP_HOME=/usr/app/
WORKDIR $APP_HOME

View File

@@ -5,7 +5,7 @@ plugins {
}
group = 'be.naaturel'
version = '0.0.1-SNAPSHOT'
version = '1.0.0'
java {
toolchain {