Skip to content

Commit 1344394

Browse files
authored
Merge pull request #18 from boschglobal/configure-gradle-nexus-publish-plugin
chore: Configure Gradle Nexus Publish Plugin
2 parents 21e2a30 + bb2b6c7 commit 1344394

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*
1818
*/
1919

20+
import org.eclipse.kuksa.version.SemanticVersion
2021
import org.eclipse.kuksa.version.VERSION_FILE_DEFAULT_NAME
2122
import org.eclipse.kuksa.version.VERSION_FILE_DEFAULT_PATH_KEY
2223
import java.nio.file.FileVisitResult
@@ -32,6 +33,9 @@ import kotlin.io.path.visitFileTree
3233

3334
val versionDefaultPath = "$rootDir/$VERSION_FILE_DEFAULT_NAME"
3435
rootProject.ext[VERSION_FILE_DEFAULT_PATH_KEY] = versionDefaultPath
36+
val semanticVersion = SemanticVersion(versionDefaultPath)
37+
version = semanticVersion.versionName
38+
group = "org.eclipse.kuksa"
3539

3640
plugins {
3741
base

0 commit comments

Comments
 (0)