#18 Update CI java version

This commit is contained in:
FyloZ 2022-02-12 15:01:01 -05:00
parent 9ed081dc92
commit 9bcbf843a1
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
global-variables: global-variables:
release: &release ${DRONE_TAG} release: &release ${DRONE_TAG}
environment: &environment environment: &environment
JAVA_VERSION: 11 JAVA_VERSION: 17
GRADLE_VERSION: 7.1 GRADLE_VERSION: 7.3
CRE_VERSION: dev-${DRONE_BUILD_NUMBER} CRE_VERSION: dev-${DRONE_BUILD_NUMBER}
CRE_ARTIFACT_NAME: ColorRecipesExplorer CRE_ARTIFACT_NAME: ColorRecipesExplorer
CRE_REGISTRY_IMAGE: registry.fyloz.dev:5443/colorrecipesexplorer/backend CRE_REGISTRY_IMAGE: registry.fyloz.dev:5443/colorrecipesexplorer/backend
CRE_PORT: 9101 CRE_PORT: 9101
CRE_RELEASE: *release CRE_RELEASE: *release
gradle-image: &gradle-image gradle:7.1-jdk11 gradle-image: &gradle-image gradle:7.3-jdk17
alpine-image: &alpine-image alpine:latest alpine-image: &alpine-image alpine:latest
docker-registry-repo: &docker-registry-repo registry.fyloz.dev:5443/colorrecipesexplorer/backend docker-registry-repo: &docker-registry-repo registry.fyloz.dev:5443/colorrecipesexplorer/backend