Added Github workflow martix for JDK 1.8, 11 & 15.

This commit is contained in:
Erik C. Thauvin 2021-05-31 11:37:20 -07:00
parent cae74c95b3
commit af3de2cc74
3 changed files with 32 additions and 23 deletions

View file

@ -34,6 +34,5 @@ tasks.withType(JavaCompile) {
task runExample(type: JavaExec) {
group = 'application'
classpath = sourceSets.main.runtimeClasspath
main = 'com.example.Example'
}