diff options
| author | J08nY | 2024-03-27 14:35:47 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-27 14:35:47 +0100 |
| commit | 09049c9cc9990b0d26765dcc36a415f1ed9f4552 (patch) | |
| tree | 5bfeef95364785974c8a37949b164766554c851c /common | |
| parent | 042f82049d87e1ee600ec84114ed69d0743ea9d0 (diff) | |
| download | ECTester-09049c9cc9990b0d26765dcc36a415f1ed9f4552.tar.gz ECTester-09049c9cc9990b0d26765dcc36a415f1ed9f4552.tar.zst ECTester-09049c9cc9990b0d26765dcc36a415f1ed9f4552.zip | |
Diffstat (limited to 'common')
| -rw-r--r-- | common/build.gradle.kts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 5829d8c..0aca7fb 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -20,4 +20,8 @@ dependencies { api("org.yaml:snakeyaml:2.2") // https://mvnrepository.com/artifact/com.klinec/jcardsim api("com.klinec:jcardsim:3.0.5.11") +} + +java { + sourceCompatibility = JavaVersion.VERSION_11 }
\ No newline at end of file |
