aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/build.gradle.kts4
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