We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e085eff commit 891ebe4Copy full SHA for 891ebe4
1 file changed
build.gradle.kts
@@ -1,9 +1,10 @@
1
plugins {
2
kotlin("jvm") version "1.5.31"
3
+ `maven-publish`
4
}
5
6
group = "org.bundleproject"
-version = "0.1"
7
+version = "0.1.1"
8
9
repositories {
10
mavenCentral()
0 commit comments