Updated CI/CD workflows

This commit is contained in:
Erik C. Thauvin 2023-07-14 20:26:21 -07:00
parent d7d641f207
commit 01b16c211d
4 changed files with 9 additions and 9 deletions

View file

@ -60,8 +60,8 @@ tasks.withType(JavaCompile) {
}
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
withSourcesJar()
withJavadocJar()
}