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'
26
26
27
27
apply plugin : ' nebula.rxjava-project'
28
28
29
- configure( subprojects) {
29
+ subprojects {
30
30
apply plugin : ' nebula.optional-base'
31
31
apply plugin : ' nebula.rxjava-project'
32
32
apply plugin : ' java'
@@ -51,14 +51,14 @@ configure(subprojects) {
51
51
showStandardStreams = true
52
52
}
53
53
}
54
+ }
54
55
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
+ }
60
61
61
- if (project. hasProperty(' release.useLastTag' )) {
62
- tasks. prepare. enabled = false
63
- }
62
+ if (project. hasProperty(' release.useLastTag' )) {
63
+ tasks. prepare. enabled = false
64
64
}
You can’t perform that action at this time.
0 commit comments