We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba7954 commit 811c895Copy full SHA for 811c895
1 file changed
build.gradle.kts
@@ -2,14 +2,15 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
4
group = "io.github.MikAoJk"
5
-version = "1.0.7"
+version = "1.0.0" //This will never change. See GitHub releases for releases of artifact
6
7
val junitJupiterVersion = "5.9.2"
8
val kotlinVersion = "1.8.20"
9
val javaVersion = "17"
10
11
plugins {
12
kotlin("jvm") version "1.8.20"
13
+ id("com.github.ben-manes.versions") version "0.46.0"
14
`maven-publish`
15
java
16
signing
0 commit comments