Skip to content

Commit 69349ad

Browse files
committed
#720: adding support for the gradle-release-plugin to support SCM tagging + version increment
1 parent 71547c5 commit 69349ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ configure(subprojects.findAll { it.name != 'integration-tests' }) {
226226
}
227227
tasks.findByName('uploadArchives').mustRunAfter 'build'
228228
}
229+
}
229230

230231
release {
231232
tagTemplate = 'v${version}'

0 commit comments

Comments
 (0)