GP-4685: Fixing Gradle warnings

This commit is contained in:
Ryan Kurtz 2024-06-12 10:04:40 -04:00
parent 715a8ba335
commit d0b29b0dab
13 changed files with 37 additions and 29 deletions

View file

@ -19,8 +19,10 @@ eclipse.project.name = '_LaunchSupport'
// This should run in the oldest version of Java possible to maximize the odds of it running on a
// user's system.
sourceCompatibility = 1.8
targetCompatibility = 1.8
java {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
jar {
manifest {