Skip to content

Commit 2f096df

Browse files
committed
Fixed comment and missing value
1 parent 3e5d8c8 commit 2f096df

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
@@ -17,14 +17,14 @@ javadoc {
1717
exclude "**/rx/internal/**"
1818
}
1919

20-
# support for snapshot/final releases with the various branches RxJava uses
20+
// support for snapshot/final releases with the various branches RxJava uses
2121
nebulaRelease {
2222
addReleaseBranchPattern(/\d+\.\d+\.\d+/)
2323
addReleaseBranchPattern('HEAD')
2424
}
2525

26-
# the snapshot versioning should increment the path number
27-
release.scope=patch
26+
// the snapshot versioning should increment the path number
27+
// release.scope=patch
2828

2929
if (project.hasProperty('release.useLastTag')) {
3030
tasks.prepare.enabled = false

0 commit comments

Comments
 (0)