We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e2a30 commit 12d314dCopy full SHA for 12d314d
build.gradle.kts
@@ -29,9 +29,13 @@ import kotlin.io.path.deleteIfExists
29
import kotlin.io.path.name
30
import kotlin.io.path.useLines
31
import kotlin.io.path.visitFileTree
32
+import org.eclipse.kuksa.version.SemanticVersion
33
34
val versionDefaultPath = "$rootDir/$VERSION_FILE_DEFAULT_NAME"
35
rootProject.ext[VERSION_FILE_DEFAULT_PATH_KEY] = versionDefaultPath
36
+val semanticVersion = SemanticVersion(versionDefaultPath)
37
+version = semanticVersion.versionName
38
+group = "org.eclipse.kuksa"
39
40
plugins {
41
base
0 commit comments