gitlab ci: use slim openjdk docker image

This commit is contained in:
Bixilon 2022-11-23 14:54:57 +01:00
parent fa475eebb5
commit a18c80284d
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: gradle:jdk11
image: openjdk:11-jdk-slim
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"

View File

@ -323,7 +323,6 @@ dependencies {
implementation("org.jline", "jline", "3.21.0")
implementation("org.l33tlabs.twl", "pngdecoder", "1.0")
implementation("com.github.oshi", "oshi-core", "6.3.2")
implementation("com.github.oshi", "oshi-core", "6.3.2")
implementation("com.github.luben", "zstd-jni", "1.5.2-5", classifier = zstdNatives)
implementation("org.apache.commons", "commons-lang3", "3.12.0")
implementation("org.kamranzafar", "jtar", "2.3")