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:
- when: always
Gradle Test:
image: griefed/baseimage-ubuntu-jdk-8:2.0.14
image: griefed/baseimage-ubuntu-jdk-8:2.0.15
stage: Gradle Test
before_script:
- echo "**** Running in $CI_JOB_ID ****"
......@@ -54,7 +54,7 @@ Release:
- job: 'Gradle Test'
artifacts: false
stage: Release
image: ghcr.io/griefed/gitlab-ci-cd:2.2.2
image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
script:
- npx semantic-release
rules:
......@@ -63,7 +63,7 @@ Release:
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TITLE !~ /^RELEASE:.+$/ && $CI_SERVER_HOST == "git.griefed.de"'
pages:
image: griefed/baseimage-ubuntu-jdk-8:2.0.14
image: griefed/baseimage-ubuntu-jdk-8:2.0.15
stage: Documentation
before_script:
- which java
......
......@@ -53,10 +53,10 @@ repositories {
dependencies {
annotationProcessor 'org.pf4j:pf4j:3.7.0'
implementation 'de.griefed:serverpackcreator:3.14.6'
implementation 'de.griefed:serverpackcreator:3.14.7'
// 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'
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