-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build] Backport last relevant build changes from 3.3 #2156
Conversation
This includes: - using local buildSrc plugins rather than adhoc code blocks (detecting ci, java conventions, custom version) - splitting out javadoc/asciidoc gradle files - fixing the directory into which asciidocs are built - avoid building pdf reference guide locally (unless release) - remove spring-io-plugin / platform - bump asciidoctor.convert plugin - micrometer version defined in gradle.properties and pinned - reactiveStream version defined in gradle.properties - junit, awaitility, jol and testNg versions defined in properties rather than inline - use gradle enterprise plugin for buildScan - removed hamcrest-library dependency - automatic module names
Also use one testCompile instruction per line. Reviewed-in: #2156
a8ce716
to
2bd0738
Compare
reactor-test/build.gradle
Outdated
@@ -5,7 +5,7 @@ | |||
* you may not use this file except in compliance with the License. | |||
* You may obtain a copy of the License at | |||
* | |||
* https://www.apache.org/licenses/LICENSE-2.0 | |||
* https://www.apache.org/licenses/LICENSE-2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix that, spaces are used in the license template
2bd0738
to
2f24bca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved with a question about the shadow
plugin
Codecov Report
@@ Coverage Diff @@
## 3.2.x #2156 +/- ##
============================================
+ Coverage 84.87% 84.91% +0.04%
- Complexity 4012 4014 +2
============================================
Files 364 364
Lines 30475 30475
Branches 5663 5663
============================================
+ Hits 25865 25879 +14
+ Misses 3010 2996 -14
Partials 1600 1600 Continue to review full report at Codecov.
|
@simonbasle this PR seems to have been merged on a maintenance branch, please ensure the change is merge-forwarded to intermediate maintenance branches and up to |
Also use one testCompile instruction per line. Reviewed-in: #2156
This includes:
ci, java conventions, custom version)
rather than inline