File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ description = 'RxNetty: Reactive Extensions for Netty'
2626
2727apply plugin : ' nebula.rxjava-project'
2828
29- configure( subprojects) {
29+ subprojects {
3030 apply plugin : ' nebula.optional-base'
3131 apply plugin : ' nebula.rxjava-project'
3232 apply plugin : ' java'
@@ -51,14 +51,14 @@ configure(subprojects) {
5151 showStandardStreams = true
5252 }
5353 }
54+ }
5455
55- // support for snapshot/final releases with the various branches RxJava uses
56- nebulaRelease {
57- addReleaseBranchPattern(/ \d +\.\d +\.\d +/ )
58- addReleaseBranchPattern(' HEAD' )
59- }
56+ // support for snapshot/final releases with the various branches RxJava uses
57+ nebulaRelease {
58+ addReleaseBranchPattern(/ \d +\.\d +\.\d +/ )
59+ addReleaseBranchPattern(' HEAD' )
60+ }
6061
61- if (project. hasProperty(' release.useLastTag' )) {
62- tasks. prepare. enabled = false
63- }
62+ if (project. hasProperty(' release.useLastTag' )) {
63+ tasks. prepare. enabled = false
6464}
You can’t perform that action at this time.
0 commit comments