aboutsummaryrefslogtreecommitdiff
path: root/applet
diff options
context:
space:
mode:
Diffstat (limited to 'applet')
-rw-r--r--applet/build.gradle.kts4
1 files changed, 4 insertions, 0 deletions
diff --git a/applet/build.gradle.kts b/applet/build.gradle.kts
index 5380bae..06ec94c 100644
--- a/applet/build.gradle.kts
+++ b/applet/build.gradle.kts
@@ -51,6 +51,10 @@ dependencies {
runtimeOnly("com.klinec:gradle-javacard:1.8.0")
}
+java {
+ sourceCompatibility = JavaVersion.VERSION_11
+}
+
tasks.named<Test>("test") {
useJUnitPlatform()
}