Skip to content

Commit 2f8ddb9

Browse files
rdegnanNiteshKant
authored andcommitted
Fix project release (#508)
1 parent b2fca55 commit 2f8ddb9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description = 'RxNetty: Reactive Extensions for Netty'
2626

2727
apply 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
}

0 commit comments

Comments
 (0)