Skip to content
Snippets Groups Projects
Verified Commit 6116dab5 authored by Griefed's avatar Griefed :joystick:
Browse files
parents 8949f9cd 7bf7ace6
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ workflow: ...@@ -21,7 +21,7 @@ workflow:
- when: always - when: always
Gradle Test: Gradle Test:
image: griefed/baseimage-ubuntu-jdk-8:2.0.14 image: griefed/baseimage-ubuntu-jdk-8:2.0.15
stage: Gradle Test stage: Gradle Test
before_script: before_script:
- echo "**** Running in $CI_JOB_ID ****" - echo "**** Running in $CI_JOB_ID ****"
...@@ -54,7 +54,7 @@ Release: ...@@ -54,7 +54,7 @@ Release:
- job: 'Gradle Test' - job: 'Gradle Test'
artifacts: false artifacts: false
stage: Release stage: Release
image: ghcr.io/griefed/gitlab-ci-cd:2.2.2 image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
script: script:
- npx semantic-release - npx semantic-release
rules: rules:
...@@ -63,7 +63,7 @@ Release: ...@@ -63,7 +63,7 @@ Release:
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TITLE !~ /^RELEASE:.+$/ && $CI_SERVER_HOST == "git.griefed.de"' - if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TITLE !~ /^RELEASE:.+$/ && $CI_SERVER_HOST == "git.griefed.de"'
pages: pages:
image: griefed/baseimage-ubuntu-jdk-8:2.0.14 image: griefed/baseimage-ubuntu-jdk-8:2.0.15
stage: Documentation stage: Documentation
before_script: before_script:
- which java - which java
......
...@@ -53,10 +53,10 @@ repositories { ...@@ -53,10 +53,10 @@ repositories {
dependencies { dependencies {
annotationProcessor 'org.pf4j:pf4j:3.7.0' annotationProcessor 'org.pf4j:pf4j:3.7.0'
implementation 'de.griefed:serverpackcreator:3.14.6' implementation 'de.griefed:serverpackcreator:3.14.7'
// Testing // Testing
testImplementation 'org.mockito:mockito-core:4.8.0' testImplementation 'org.mockito:mockito-core:4.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
} }
......
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