-
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
Gradle build improvements #5387
base: master
Are you sure you want to change the base?
Conversation
Update version of Gradle Enterprise plugin to 3.12.4
Use archiveFileName instead of deprecated archiveName property
Explicitly define inputs and outputs for copyGWActions task
Downgrade protoc version used to 3.18.0
Remove normalization on core/standalone for git.properties
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.
LGTM - I am requesting GHA to run the tests
Codecov Report
@@ Coverage Diff @@
## master #5387 +/- ##
==========================================
- Coverage 76.91% 76.29% -0.63%
==========================================
Files 240 233 -7
Lines 14588 14324 -264
Branches 629 625 -4
==========================================
- Hits 11221 10928 -293
- Misses 3367 3396 +29 see 24 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
It seems this error is happening.
|
This PR provide little improvements to the Gradle build.
Description
Here's a brief list of what changed:
3.12.4
com.gorylenko.gradle-git-properties
to version2.4.1
Related issue and scope
My changes affect the following components
Types of changes
Checklist: