| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-02-20 18:45:01 GMT-0800 |
| Commit | 9f94c6035856b46b518786add002a7fdfc2e957d |
| Parent | b81ca74 |
| Delta | 2 lines added, 4 lines removed, 2-line decrease |
| //file:noinspection SpellCheckingInspection | ||
| -import static org.gradle.api.JavaVersion.VERSION_19 | ||
| - | ||
| buildscript { | ||
| repositories { | ||
| java { | ||
| - sourceCompatibility = VERSION_19 | ||
| - targetCompatibility = VERSION_19 | ||
| + sourceCompatibility = 19 | ||
| + targetCompatibility = 19 | ||
| } | ||