Skip to content

Commit 12d314d

Browse files
committed
chore: Configure Gradle Nexus Publish Plugin
1 parent 21e2a30 commit 12d314d

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
@@ -29,9 +29,13 @@ import kotlin.io.path.deleteIfExists
2929
import kotlin.io.path.name
3030
import kotlin.io.path.useLines
3131
import kotlin.io.path.visitFileTree
32+
import org.eclipse.kuksa.version.SemanticVersion
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)