Skip to content

Commit 3938127

Browse files
Nebula Config for Travis Build/Release
1 parent ac7d0ae commit 3938127

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ javadoc {
1717
exclude "**/rx/internal/**"
1818
}
1919

20+
nebulaRelease {
21+
addReleaseBranchPattern(/\d+\.\d+\.\d+/)
22+
addReleaseBranchPattern('HEAD')
23+
}
24+
25+
if (project.hasProperty('release.useLastTag')) {
26+
tasks.prepare.enabled = false
27+
}
28+

0 commit comments

Comments
 (0)