Skip to content

Commit ba1005a

Browse files
committed
build: explicitly add versioning plugin
... it is unclear why it is not automatically applied by the conventions.
1 parent fb3f3b1 commit ba1005a

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
@@ -6,6 +6,7 @@ plugins {
66
id "eclipse"
77
id "maven-publish"
88
id "com.gradle.plugin-publish" version "2.1.1"
9+
id 'to.wetransform.semantic-release-version' version '2.1.3'
910
id 'to.wetransform.conventions' version '3.0.0'
1011
}
1112

0 commit comments

Comments
 (0)