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

Compile for java 8 #436

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Compile for java 8 #436

merged 1 commit into from
Apr 11, 2024

Conversation

MrCreosote
Copy link
Member

Apparently the if statement isn't working correctly and the classes are still being compiled for java 11, which makes tests fail for services that are still using java 8.

Apparently the if statement isn't working correctly and the classes are
still being compiled for java 11, which makes tests fail for services
that are still using java 8.
@MrCreosote MrCreosote requested a review from Xiangs18 April 11, 2024 18:24
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

Merging #436 (e9eb306) into develop (910bad7) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #436   +/-   ##
==========================================
  Coverage      93.37%   93.37%           
  Complexity      2144     2144           
==========================================
  Files            126      126           
  Lines           7531     7531           
  Branches        1178     1178           
==========================================
  Hits            7032     7032           
  Misses           456      456           
  Partials          43       43           

Copy link
Collaborator

@Xiangs18 Xiangs18 left a comment

Choose a reason for hiding this comment

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

LGTM!

@MrCreosote MrCreosote merged commit 5a8528c into develop Apr 11, 2024
9 checks passed
@MrCreosote MrCreosote deleted the dev-compile_for_java8 branch April 13, 2024 17:09
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.

2 participants