Updated to JDK >= 11 on CIs and switched to Gradle 7.0.1

This commit is contained in:
Erik C. Thauvin 2021-05-10 15:57:02 -07:00
parent f580f0f7f2
commit ec049c7485
6 changed files with 13 additions and 11 deletions

View file

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