We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5d8c8 commit 2f096dfCopy full SHA for 2f096df
build.gradle
@@ -17,14 +17,14 @@ javadoc {
17
exclude "**/rx/internal/**"
18
}
19
20
-# support for snapshot/final releases with the various branches RxJava uses
+// support for snapshot/final releases with the various branches RxJava uses
21
nebulaRelease {
22
addReleaseBranchPattern(/\d+\.\d+\.\d+/)
23
addReleaseBranchPattern('HEAD')
24
25
26
-# the snapshot versioning should increment the path number
27
-release.scope=patch
+// the snapshot versioning should increment the path number
+// release.scope=patch
28
29
if (project.hasProperty('release.useLastTag')) {
30
tasks.prepare.enabled = false
0 commit comments