Generify Gradle

This commit is contained in:
DoctorMacc 2020-10-07 20:29:39 -04:00
parent 293f691d39
commit 7b0c1e9a05
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pipeline {
agent any
tools {
gradle 'Gradle 6'
gradle 'Gradle'
jdk 'Java 8'
}
options {