Skip to content

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
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