From cc1f4ffc4e41168f7054b6239fbf2172cd80f7e6 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 22 Mar 2020 22:46:25 -0700 Subject: [PATCH] Updated jacoco version. --- .idea/modules/isgd-shorten_main.iml | 43 ------------------------- .idea/modules/isgd-shorten_test.iml | 50 ----------------------------- .idea/vcs.xml | 6 ++++ build.gradle.kts | 4 +-- 4 files changed, 8 insertions(+), 95 deletions(-) delete mode 100644 .idea/modules/isgd-shorten_main.iml delete mode 100644 .idea/modules/isgd-shorten_test.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/modules/isgd-shorten_main.iml b/.idea/modules/isgd-shorten_main.iml deleted file mode 100644 index e5db6f3..0000000 --- a/.idea/modules/isgd-shorten_main.iml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/isgd-shorten_test.iml b/.idea/modules/isgd-shorten_test.iml deleted file mode 100644 index 13cc4d1..0000000 --- a/.idea/modules/isgd-shorten_test.iml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index cd7eb3d..1187cb6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ detekt { } jacoco { - toolVersion = "0.8.3" + toolVersion = "0.8.5" } sonarqube { @@ -227,4 +227,4 @@ publishing { } } } -} \ No newline at end of file +}