diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
new file mode 100644
index 0000000..5806fb3
--- /dev/null
+++ b/.idea/kotlinc.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 12081b6..e707cdd 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/.idea/modules/semver.iml b/.idea/modules/semver.iml
index 4b9aff1..a320bcb 100644
--- a/.idea/modules/semver.iml
+++ b/.idea/modules/semver.iml
@@ -1,5 +1,5 @@
-
+
diff --git a/.idea/modules/semver_main.iml b/.idea/modules/semver_main.iml
index 627a0ff..795be74 100644
--- a/.idea/modules/semver_main.iml
+++ b/.idea/modules/semver_main.iml
@@ -1,5 +1,5 @@
-
+
@@ -39,7 +39,34 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -54,42 +81,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -102,7 +93,16 @@
-
+
+
+
+
+
+
+
+
+
+
@@ -120,7 +120,7 @@
-
+
@@ -129,14 +129,12 @@
-
+
-
-
@@ -146,6 +144,7 @@
+
@@ -155,8 +154,16 @@
-
-
+
+
+
+
+
+
+
+
+
+
@@ -166,16 +173,9 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/.idea/modules/semver_test.iml b/.idea/modules/semver_test.iml
index e8d6f19..cb2c02e 100644
--- a/.idea/modules/semver_test.iml
+++ b/.idea/modules/semver_test.iml
@@ -1,5 +1,5 @@
-
+
@@ -39,7 +39,7 @@
-
+
@@ -125,15 +125,6 @@
-
-
-
-
-
-
-
-
-
@@ -143,33 +134,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -180,6 +144,15 @@
+
+
+
+
+
+
+
+
+
@@ -198,6 +171,15 @@
+
+
+
+
+
+
+
+
+
@@ -210,13 +192,32 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -226,13 +227,12 @@
-
-
+
diff --git a/build.gradle.kts b/build.gradle.kts
index 32ac0ad..fd15442 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,5 +1,4 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
-import org.jlleitschuh.gradle.ktlint.KtlintExtension
plugins {
`kotlin-dsl`
@@ -56,7 +55,7 @@ tasks {
}
}
- val test by getting {
+ val check by getting {
dependsOn("ktlintCheck")
}
}
@@ -87,9 +86,4 @@ pluginBundle {
groupId = project.group.toString()
artifactId = project.name
}
-}
-
-configure {
- verbose = true
- outputToConsole = true
}
\ No newline at end of file