File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,22 @@ buildscript {
5
5
}
6
6
dependencies {
7
7
classpath " org.shipkit:shipkit-changelog:1.1.13"
8
- classpath " pl.allegro.tech.build:axion-release-plugin :1.13.0 "
8
+ classpath " org.shipkit:shipkit-auto-version :1.1.14 "
9
9
classpath " io.github.gradle-nexus:publish-plugin:1.0.0"
10
10
}
11
11
}
12
12
13
13
apply plugin : " io.github.gradle-nexus.publish-plugin"
14
+ apply plugin : ' org.shipkit.shipkit-auto-version'
14
15
apply plugin : " org.shipkit.shipkit-changelog"
15
16
apply plugin : " org.shipkit.shipkit-github-release"
16
- apply plugin : " pl.allegro.tech.build.axion-release"
17
-
18
- scmVersion {
19
- tag {
20
- prefix = ' '
21
- }
22
- }
23
17
24
18
allprojects {
25
19
group = ' org.mockito.kotlin'
26
- version = scmVersion. version
27
20
}
28
21
29
- println " Building version $version "
30
-
31
22
tasks. named(" generateChangelog" ) {
32
- previousRevision = scmVersion . previousVersion
23
+ previousRevision = project . ext . ' shipkit-auto-version.previous-version '
33
24
githubToken = System . getenv(" GITHUB_TOKEN" )
34
25
repository = " mockito/mockito-kotlin"
35
26
releaseTag = project. version
Original file line number Diff line number Diff line change
1
+ tagPrefix =
You can’t perform that action at this time.
0 commit comments