diff options
| author | J08nY | 2024-04-27 00:24:22 +0200 |
|---|---|---|
| committer | J08nY | 2024-04-27 00:24:22 +0200 |
| commit | 2d6081dd3044a1d76a7e30f25d704a42fe8d2411 (patch) | |
| tree | 6e5933cf0b5babc4bf3f613c2b4c9e10a856eccf /common | |
| parent | e5e8072363c53b155df42238e049d7929b2380f1 (diff) | |
| download | ECTester-2d6081dd3044a1d76a7e30f25d704a42fe8d2411.tar.gz ECTester-2d6081dd3044a1d76a7e30f25d704a42fe8d2411.tar.zst ECTester-2d6081dd3044a1d76a7e30f25d704a42fe8d2411.zip | |
Diffstat (limited to 'common')
| -rw-r--r-- | common/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 0aca7fb..1aff0d7 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -23,5 +23,5 @@ dependencies { } java { - sourceCompatibility = JavaVersion.VERSION_11 + sourceCompatibility = JavaVersion.VERSION_15 }
\ No newline at end of file |
