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

Centralize Gradle configuration #626

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Centralize Gradle configuration #626

wants to merge 13 commits into from

Conversation

jmfayard
Copy link
Member

Resolves #357

Finishes #384 from @NikkyAI

What?

  • plugins/gradle-version.txt now contains Gradle's version
  • each sample project has the wrapper task configured to use the version from that file
  • scripts/update-gradle.sh launches gradle wrapper in all samples

Why?

see #357

How?

Finishes #384 from @NikkyAI

I thought it didn't work but I must have made a mistake

Testing?

I have no idea whether GitHub CI still works after this change

NikkyAI and others added 10 commits July 2, 2021 18:43
# Conflicts:
#	.github/workflows/check-build.yml
#	.github/workflows/sample-android.yml
#	sample-android/gradle/wrapper/gradle-wrapper.jar
#	sample-android/gradlew
#	sample-android/gradlew.bat
#	sample-groovy/build.gradle
#	sample-groovy/gradle/wrapper/gradle-wrapper.jar
#	sample-groovy/gradlew
#	sample-groovy/gradlew.bat
#	sample-kotlin-js/gradle
#	sample-kotlin/gradle/wrapper/gradle-wrapper.jar
#	sample-kotlin/gradle/wrapper/gradle-wrapper.properties
#	sample-kotlin/gradlew
#	sample-kotlin/gradlew.bat
#	sample-multi-modules/gradle/wrapper/gradle-wrapper.properties
#	sample-multi-modules/gradlew
#	sample-multi-modules/gradlew.bat
@jmfayard jmfayard closed this Oct 3, 2022
@jmfayard jmfayard reopened this Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace duplicated gradle wrappers by symlink and add samples CI check for 6.3+
2 participants