aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJán Jančár2024-03-27 17:44:43 +0100
committerGitHub2024-03-27 17:44:43 +0100
commit14bb8dce2ec147970c3ad1d0433d59b0e0c55450 (patch)
treed269c72270caa8123620c0a10e3ae99de7c24284 /common
parent96f21ccff6cc3daa5728e4700459d655238f5b93 (diff)
parent88e480904c24d4c93ef6420acb6bf92ae95871af (diff)
downloadECTester-14bb8dce2ec147970c3ad1d0433d59b0e0c55450.tar.gz
ECTester-14bb8dce2ec147970c3ad1d0433d59b0e0c55450.tar.zst
ECTester-14bb8dce2ec147970c3ad1d0433d59b0e0c55450.zip
Merge pull request #21 from crocs-muni/feat/codecov
Add code coverage measurement.
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