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

update gradle to 8.5 #446

Merged
merged 6 commits into from
Jan 18, 2024
Merged

update gradle to 8.5 #446

merged 6 commits into from
Jan 18, 2024

Conversation

kishansairam9
Copy link

No description provided.

This comment has been minimized.

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (18142d6) 79.52% compared to head (2ae0fd1) 79.52%.

❗ Current head 2ae0fd1 differs from pull request most recent head 4dfd7fb. Consider uploading reports for the commit 4dfd7fb to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #446   +/-   ##
=========================================
  Coverage     79.52%   79.52%           
  Complexity     1414     1414           
=========================================
  Files           127      127           
  Lines          5577     5577           
  Branches        516      516           
=========================================
  Hits           4435     4435           
  Misses          905      905           
  Partials        237      237           
Flag Coverage Δ
unit 79.52% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kishansairam9 kishansairam9 changed the title remove java 11 compat override change drop behaviour to not forward down the pipeline Jan 18, 2024
@kishansairam9 kishansairam9 marked this pull request as ready for review January 18, 2024 07:52
@kishansairam9 kishansairam9 requested a review from a team as a code owner January 18, 2024 07:52

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@kotharironak
Copy link
Contributor

We don't need it here right now.

@kishansairam9 kishansairam9 changed the title change drop behaviour to not forward down the pipeline update gradle to 8.5 Jan 18, 2024
@kishansairam9 kishansairam9 enabled auto-merge (squash) January 18, 2024 12:57

This comment has been minimized.

build.gradle.kts Outdated
@@ -21,9 +21,6 @@ subprojects {

pluginManager.withPlugin("java") {
configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_11
Copy link
Contributor

Choose a reason for hiding this comment

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

You can leave this as-is.

Copy link
Author

Choose a reason for hiding this comment

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

Is it a problem if I remove it though? Do we default to java 11 in CI

Copy link
Contributor

Choose a reason for hiding this comment

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

If removed it just means it defaults to the JVM of the environment it runs in. This should always have been specified in some way (toolchain, in modern gradle) but is missing in a lot of projects. The default in CI is java 11, yes. But we don't want to rely on that assumption for every developer's machine. In other words, this allows a user to run this build with a later jdk without issue.

This comment has been minimized.

@kishansairam9 kishansairam9 merged commit b9f458f into main Jan 18, 2024
9 checks passed
@kishansairam9 kishansairam9 deleted the remove-version-compat branch January 18, 2024 15:51
Copy link

Unit Test Results

  78 files  ±0    78 suites  ±0   1m 7s ⏱️ +2s
418 tests ±0  418 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit b9f458f. ± Comparison against base commit 18142d6.

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