File tree Expand file tree Collapse file tree 3 files changed +21
-44
lines changed
Expand file tree Collapse file tree 3 files changed +21
-44
lines changed Original file line number Diff line number Diff line change @@ -54,3 +54,23 @@ configure([
5454]){
5555 apply from : " ${ rootProject.rootDir} /nexus.gradle"
5656}
57+
58+ release {
59+
60+ project. ext. set(" release.useAutomaticVersion" , true )
61+ git {
62+ requireBranch. set(" master" )
63+ }
64+ failOnCommitNeeded = false
65+ failOnPublishNeeded = false
66+ failOnUnversionedFiles = false
67+ buildTasks = []
68+ }
69+
70+ confirmReleaseVersion. doLast {
71+ def f = file(" ${ project.projectDir} /README.md" )
72+ def text = f. text
73+ f. withWriter { w ->
74+ w << text. replaceAll(" (:\\ )*\\ d+\\ .\\ d+\\ .\\ d+" , " \$ 1${ version} " )
75+ }
76+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11projectUrl =https://github.com/mageddo-projects/annotation-processing-tools.git
2- version =2.4.1
2+ version =2.4.2
You can’t perform that action at this time.
0 commit comments