Migration to Drone CI #8

Merged
william merged 22 commits from features into master 2021-08-01 17:28:44 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6fdf354883 - Show all commits

View File

@ -1,5 +1,5 @@
ARG JDK_VERSION=11
ARG GRADLE_VERSION=6.8
ARG GRADLE_VERSION=7.1
FROM gradle:$GRADLE_VERSION-jdk$JDK_VERSION
WORKDIR /usr/src/cre/