Skip to content

Commit c922f82

Browse files
Fixed versioning plugin config
1 parent 84d70f6 commit c922f82

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ plugins {
33
id 'jacoco'
44
id 'application'
55
id 'com.github.johnrengelman.shadow' version '1.2.3'
6-
id 'pl.allegro.tech.build.axion-release' version '1.6.0'
6+
id 'pl.allegro.tech.build.axion-release' version '1.7.0'
7+
}
8+
9+
scmVersion {
10+
tag {
11+
prefix = ''
12+
}
713
}
814

915
sourceCompatibility = 1.8
@@ -12,12 +18,6 @@ group = 'se.gustavkarlsson.rocketchat'
1218
version = scmVersion.version
1319
mainClassName = 'se.gustavkarlsson.rocketchat.jira_trigger.App'
1420

15-
scmVersion {
16-
tag {
17-
prefix = name
18-
}
19-
}
20-
2121
repositories {
2222
mavenCentral()
2323
maven { url 'https://maven.atlassian.com/repository/public' }

0 commit comments

Comments
 (0)