Skip to content
Snippets Groups Projects
Verified Commit 622a2897 authored by Griefed's avatar Griefed :joystick:
Browse files
parents d20f1c7e 90482f19
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ Generate Release:
artifacts: false
- job: secret_detection
artifacts: false
image: ghcr.io/griefed/gitlab-ci-cd:2.0.4
image: ghcr.io/griefed/gitlab-ci-cd:2.0.5
script:
- npx semantic-release
rules:
......@@ -155,7 +155,7 @@ Build Release:
Publish Maven Artifacts:
stage: Build Release
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.7
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.8
before_script:
- echo "**** Running in $CI_JOB_ID ****"
- echo "**** Java location ****"
......@@ -175,7 +175,7 @@ Publish Maven Artifacts:
Inform About Release:
stage: Build Release
image: ghcr.io/griefed/gitlab-ci-cd:2.0.4
image: ghcr.io/griefed/gitlab-ci-cd:2.0.5
needs:
- job: Build Release
artifacts: false
......
......@@ -40,7 +40,7 @@ sourceSets {
dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
implementation 'org.jetbrains:annotations:23.0.0'
......
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment