Skip to content

Commit 6bb19eb

Browse files
added the tagname
1 parent 43ccd35 commit 6bb19eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ project.plugins.withType(MavenPublishPlugin).all {
133133
}
134134
}
135135

136-
// exec {
137-
// commandLine "echo", "##[set-output name=version;]${project.version}";
138-
// }
136+
exec {
137+
commandLine "echo", "##[set-output name=version;]${project.version}";
138+
}

0 commit comments

Comments
 (0)