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 +}