mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 10:55:01 -04:00
gitlab ci: use slim openjdk docker image
This commit is contained in:
parent
fa475eebb5
commit
a18c80284d
@ -1,4 +1,4 @@
|
||||
image: gradle:jdk11
|
||||
image: openjdk:11-jdk-slim
|
||||
|
||||
variables:
|
||||
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user