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 {
55 }
66 dependencies {
77 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 "
99 classpath " io.github.gradle-nexus:publish-plugin:1.0.0"
1010 }
1111}
1212
1313apply plugin : " io.github.gradle-nexus.publish-plugin"
14+ apply plugin : ' org.shipkit.shipkit-auto-version'
1415apply plugin : " org.shipkit.shipkit-changelog"
1516apply plugin : " org.shipkit.shipkit-github-release"
16- apply plugin : " pl.allegro.tech.build.axion-release"
17-
18- scmVersion {
19- tag {
20- prefix = ' '
21- }
22- }
2317
2418allprojects {
2519 group = ' org.mockito.kotlin'
26- version = scmVersion. version
2720}
2821
29- println " Building version $version "
30-
3122tasks. named(" generateChangelog" ) {
32- previousRevision = scmVersion . previousVersion
23+ previousRevision = project . ext . ' shipkit-auto-version.previous-version '
3324 githubToken = System . getenv(" GITHUB_TOKEN" )
3425 repository = " mockito/mockito-kotlin"
3526 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