GP-0: Framework Utility now requires Java 11+ instead of Java 8+.

LaunchSupport now requires Java 8+ instead of Java 7+.
This commit is contained in:
Ryan Kurtz
2021-11-09 09:28:55 -05:00
parent 55b8fcf7d4
commit 8ca4074c93
3 changed files with 3 additions and 7 deletions

View File

@@ -19,8 +19,8 @@ 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.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8
rootProject.assembleDistribution {
from (jar) {