Skip to content
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

chore: update gradle #42

Merged
merged 1 commit into from
Nov 25, 2020
Merged

chore: update gradle #42

merged 1 commit into from
Nov 25, 2020

Conversation

aaron-steinfeld
Copy link
Contributor

Description

Update gradle to latest version

Testing

Built locally

Checklist:

  • My changes generate no new warnings
  • [n/a] I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

@codecov
Copy link

codecov bot commented Nov 25, 2020

Codecov Report

Merging #42 (fddb5e3) into main (69b6787) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #42   +/-   ##
=========================================
  Coverage     78.93%   78.93%           
  Complexity      347      347           
=========================================
  Files            34       34           
  Lines          1353     1353           
  Branches        146      146           
=========================================
  Hits           1068     1068           
  Misses          218      218           
  Partials         67       67           
Flag Coverage Δ Complexity Δ
unit ? ?

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 69b6787...fddb5e3. Read the comment docs.

@@ -24,7 +24,7 @@ dependencies {
}

application {
mainClassName = "org.hypertrace.core.serviceframework.PlatformServiceLauncher"
mainClass.set("org.hypertrace.core.serviceframework.PlatformServiceLauncher")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was just a deprecation that I noticed, the old way would have also worked. In general, gradle is moving to use properties (which support lazy resolution) vs values. Most of our own plugins already use the property syntax.

@aaron-steinfeld aaron-steinfeld merged commit cd2222e into main Nov 25, 2020
@aaron-steinfeld aaron-steinfeld deleted the update-gradle branch November 25, 2020 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants