We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d70f6 commit c922f82Copy full SHA for c922f82
1 file changed
build.gradle
@@ -3,7 +3,13 @@ plugins {
3
id 'jacoco'
4
id 'application'
5
id 'com.github.johnrengelman.shadow' version '1.2.3'
6
- id 'pl.allegro.tech.build.axion-release' version '1.6.0'
+ id 'pl.allegro.tech.build.axion-release' version '1.7.0'
7
+}
8
+
9
+scmVersion {
10
+ tag {
11
+ prefix = ''
12
+ }
13
}
14
15
sourceCompatibility = 1.8
@@ -12,12 +18,6 @@ group = 'se.gustavkarlsson.rocketchat'
18
version = scmVersion.version
19
mainClassName = 'se.gustavkarlsson.rocketchat.jira_trigger.App'
20
-scmVersion {
16
- tag {
17
- prefix = name
- }
-}
-
21
repositories {
22
mavenCentral()
23
maven { url 'https://maven.atlassian.com/repository/public' }
0 commit comments