Skip to content

Commit dd97120

Browse files
committed
Append build number to nightly builds
1 parent 99aa179 commit dd97120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ intellij {
135135

136136
publishPlugin {
137137
if (properties["publish"] != null) {
138+
project.version = "${project.version}-${properties["buildNumber"]}"
139+
138140
username(repoUsername)
139141
password(repoPassword)
140142
channels(repoChannel)

0 commit comments

Comments
 (0)