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

build: update to Gradle 8.12 / remove duplicated Gradle versions #2176

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

jjohannes
Copy link
Collaborator

Description:

There were several Gradle wrappers in this repository with different versions. Which I think is unnecessary. You can use the 'gradlew' file from the root also in subfolders.

E.g. in 'example-android' you can do '../gradlew installDebug'

This PR only keeps the wrapper in the root and asjusts the docs where needed.

Related issue(s):

#1794

@jjohannes jjohannes added this to the v2.48.0 milestone Jan 16, 2025
@jjohannes jjohannes self-assigned this Jan 16, 2025
@jjohannes jjohannes requested review from a team as code owners January 16, 2025 14:47
There were several Gradle wrappers in this repository with different
versions. Which I think is unnecessary. You can use the 'gradlew'
file from the root also in subfolders.

E.g. in 'example-android' you can do '../gradlew installDebug'

This PR only keeps the wrapper in the root and asjusts the docs
where needed.

Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
Copy link

@andrewb1269hg andrewb1269hg left a comment

Choose a reason for hiding this comment

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

Review and approve files:
gradle/wrapper/gradle-wrapper.properties
gradlew

Copy link
Contributor

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

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

LGTM

@jjohannes jjohannes merged commit 828cf7c into main Jan 16, 2025
11 checks passed
@jjohannes jjohannes deleted the 1794-gradle-8.12 branch January 16, 2025 15:47
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