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 0caf7b7 commit 6654e62Copy full SHA for 6654e62
1 file changed
build.gradle.kts
@@ -1,6 +1,3 @@
1
-/*
2
- * This file was generated by the Gradle 'init' task.
3
- */
4
group = "io.github.wldt"
5
version = "0.5.0"
6
description = "The core library to build White Label Digital Twins"
@@ -18,6 +15,11 @@ repositories {
18
15
mavenLocal()
19
16
}
20
17
+mavenPublishing {
+ publishToMavenCentral()
+ signAllPublications()
21
+}
22
+
23
dependencies {
24
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
25
//testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
0 commit comments