EDIT::Update .gitlab-ci.yml

changed image to thijsray/java8-javafx-gradle
This commit is contained in:
Sem van der Hoeven
2019-03-14 10:01:12 +00:00
parent a265c286eb
commit 25758cfbd2

View File

@@ -2,7 +2,8 @@
# This is the Gradle build system for JVM applications # This is the Gradle build system for JVM applications
# https://gradle.org/ # https://gradle.org/
# https://github.com/gradle/gradle # https://github.com/gradle/gradle
image: gradle:alpine # image: gradle:alpine
image: thijsray/java8-javafx-gradle
# Disable the Gradle daemon for Continuous Integration servers as correctness # Disable the Gradle daemon for Continuous Integration servers as correctness
# is usually a priority over speed in CI environments. Using a fresh # is usually a priority over speed in CI environments. Using a fresh