Skip to content
Commits on Source (17)
......@@ -32,7 +32,7 @@ jobs:
# DEPLOY TO GH-PAGES
- name: Deploy to GitHub-Pages
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: build/docs/javadoc
......@@ -16,7 +16,7 @@ variables:
SECRET_DETECTION_EXCLUDED_PATHS: ""
services:
- name: griefed/gitlab-ci-cd:2.2.1
- name: griefed/gitlab-ci-cd:2.2.4
alias: docker
workflow:
......@@ -56,7 +56,7 @@ Generate Release:
needs:
- job: Gradle Test
artifacts: false
image: ghcr.io/griefed/gitlab-ci-cd:2.2.1
image: ghcr.io/griefed/gitlab-ci-cd:2.2.4
script:
- npx semantic-release
rules:
......@@ -97,7 +97,7 @@ Build Release:
Sign Java Publication:
stage: Build Release
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.15
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.16
needs:
- job: Build Release
artifacts: false
......@@ -121,7 +121,7 @@ Sign Java Publication:
Publish GitHub:
stage: Build Release
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.15
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.16
needs:
- job: Sign Java Publication
optional: false
......@@ -145,7 +145,7 @@ Publish GitHub:
Publish GitLab:
stage: Build Release
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.15
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.16
needs:
- job: Sign Java Publication
optional: false
......@@ -169,7 +169,7 @@ Publish GitLab:
Publish GitGriefed:
stage: Build Release
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.15
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.16
needs:
- job: Sign Java Publication
optional: false
......@@ -193,7 +193,7 @@ Publish GitGriefed:
Publish OSSRH:
stage: Build Release
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.15
image: ghcr.io/griefed/baseimage-ubuntu-jdk-8:2.0.16
needs:
- job: Sign Java Publication
optional: false
......@@ -257,7 +257,7 @@ release_job:
coverage:
stage: Other
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.8
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.9
allow_failure: true
script:
- python /opt/cover2cover.py build/jacoco/test/jacocoTestReport.xml $CI_PROJECT_DIR/backend/main/java/ > build/cobertura.xml || true
......
## [1.1.4](https://git.griefed.de/Griefed/VersionChecker/compare/1.1.3...1.1.4) (2022-12-19)
### 🛠 Fixes
* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.14.1 ([a1b1afc](https://git.griefed.de/Griefed/VersionChecker/commit/a1b1afc355029b70f8dd573ee388240adb150ea7))
* **deps:** update junit5 monorepo ([bebd7be](https://git.griefed.de/Griefed/VersionChecker/commit/bebd7be9891dcb92eb2ff7bb13cee99107061581))
### Other
* **deps:** update dependency gradle to v7.6 ([b21dc53](https://git.griefed.de/Griefed/VersionChecker/commit/b21dc53af4fad5c2a0a0e4f496112481a7ebf327))
* **deps:** update ghcr.io/griefed/baseimage-ubuntu-jdk-8 docker tag to v2.0.16 ([948ed6c](https://git.griefed.de/Griefed/VersionChecker/commit/948ed6ca0e3c67cc8c7366802e53b824cb50b8a6))
* **deps:** update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.4 ([f4bda55](https://git.griefed.de/Griefed/VersionChecker/commit/f4bda55b74347122aacd7fa29c62effd66851efb))
* **deps:** update griefed/gitlab-ci-cd docker tag to v2.2.4 ([ea0e69d](https://git.griefed.de/Griefed/VersionChecker/commit/ea0e69d92b7cff09e4919c79727eb5921414072d))
* **deps:** update jamesives/github-pages-deploy-action action to v4.4.1 ([7ab2d0e](https://git.griefed.de/Griefed/VersionChecker/commit/7ab2d0e44a3989d2cc2ebf8b01ef11e7e1852857))
* **deps:** update registry.gitlab.com/haynes/jacoco2cobertura docker tag to v1.0.9 ([384f5ac](https://git.griefed.de/Griefed/VersionChecker/commit/384f5ac678dcb5ed1a050f4343367ab394b479e5))
## [1.1.3](https://git.griefed.de/Griefed/VersionChecker/compare/1.1.2...1.1.3) (2022-11-30)
......
......@@ -41,13 +41,13 @@ sourceSets {
dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.19.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation 'org.jetbrains:annotations:23.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testImplementation 'org.junit.platform:junit-platform-commons:1.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation 'org.junit.platform:junit-platform-commons:1.9.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
}
test {
......
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
......@@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
......@@ -80,10 +80,10 @@ do
esac
done
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
APP_NAME="Gradle"
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
......@@ -143,12 +143,16 @@ fi
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
case $MAX_FD in #(
'' | soft) :;; #(
*)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac
......@@ -205,6 +209,12 @@ set -- \
org.gradle.wrapper.GradleWrapperMain \
"$@"
# Stop when "xargs" is not available.
if ! command -v xargs >/dev/null 2>&1
then
die "xargs is not available"
fi
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
......
......@@ -14,7 +14,7 @@
@rem limitations under the License.
@rem
@if "%DEBUG%" == "" @echo off
@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
......@@ -25,7 +25,8 @@
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
if "%DIRNAME%"=="" set DIRNAME=.
@rem This is normally unused
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
......@@ -40,7 +41,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if "%ERRORLEVEL%" == "0" goto execute
if %ERRORLEVEL% equ 0 goto execute
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
......@@ -75,13 +76,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
:end
@rem End local scope for the variables with windows NT shell
if "%ERRORLEVEL%"=="0" goto mainEnd
if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
exit /b 1
set EXIT_CODE=%ERRORLEVEL%
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal
......