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

Fix Spotless Build failure #21

Merged
merged 2 commits into from
May 16, 2024
Merged

Fix Spotless Build failure #21

merged 2 commits into from
May 16, 2024

Conversation

FreedomChuks
Copy link
Contributor

🎯 Goal

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

🛠 Implementation details

Describe the implementation details for this Pull Request.
Addressed issue #15 this PR resolves the reported issue and improves codebase formatting.

✍️ Explain examples

Explain examples with code for this updates.
this

Preparing a pull request for review

Ensure your change is properly formatted by running:

$ ./gradlew spotlessApply

Please correct any failures before requesting a review.

@FreedomChuks
Copy link
Contributor Author

FreedomChuks commented May 15, 2024

@skydoves change list is long because i ran./gradlew spotlessApply

Copy link
Owner

@skydoves skydoves left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you for your hard work @FreedomChuks! 🙌

@skydoves skydoves merged commit e507073 into skydoves:main May 16, 2024
2 checks passed
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a bad idea, it will force Gradle to use an old JDK to build the app, even if a newer one is available.
See https://jakewharton.com/gradle-toolchains-are-rarely-a-good-idea/

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