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 dependencies & gradle #6

Merged
merged 4 commits into from
Aug 9, 2024
Merged

Conversation

nvima
Copy link
Contributor

@nvima nvima commented Aug 8, 2024

  • Updated Gradle to 8.9
  • Updated Dependencies to latest Version
  • Removed unused JUnit Dependency
  • Fixed Linting Problems
  • Set JVM target to 1.8 for broader compatibility
  • Update Gradle Build Action to v2.4.2 to prevent secret leakage

Patrick Mirwald added 4 commits August 8, 2024 17:07
- Update Gradle to 8.9
- Update Dependencies
- Remove unused Dependency JUnit
- This should fix the issue for projects with older jvm target

Line 18: codeArtifactRepository {
   ^ Cannot inline bytecode built with JVM target 17 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option
- Updated Gradle Build Action to v2.4.2 in GitHub workflows to fix potential secret leakage issue.
@nvima nvima self-assigned this Aug 8, 2024
Copy link
Member

@Ingwersaft Ingwersaft left a comment

Choose a reason for hiding this comment

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

LGTM!

@nvima nvima merged commit 7654f55 into main Aug 9, 2024
1 check passed
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