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 gradle wrapper #179

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Conversation

mikepenz
Copy link
Contributor

@mikepenz mikepenz commented Aug 5, 2024

  • the gradle wrapper was not properly generated with 8.9 gradle
./gradlew wrapper --gradle-version 8.9

Note: when updating, ensure to execute it twice, to have the proper wrapper spec
(when doing with gradle installed on the system, ensure gradle itself is at version 8.9 - otherwise it's generated with the old spec)

```
./gradlew wrapper --gradle-version 8.9
```
(note: when updating ensure to execute it twice, to have the proper wrapper spec)
Copy link
Owner

@OptimumCode OptimumCode left a comment

Choose a reason for hiding this comment

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

Thank you for spotting this! Complete forgot to update the scripts

@OptimumCode OptimumCode added repository enhancement Changes to make the repository look better fix Fix for bug labels Aug 5, 2024
@OptimumCode OptimumCode merged commit f304cad into OptimumCode:main Aug 5, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix for bug repository enhancement Changes to make the repository look better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants