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

Allow custom Gradle installation to be used #18

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

pablobaxter
Copy link
Collaborator

@pablobaxter pablobaxter commented Nov 29, 2023

Allows custom Gradle installation to be passed in for cases where a Gradle wrapper or the default Gradle distribution isn't available.

Also adds in a flag for the demo app to pass in changed files.

autoInjectPlugin = autoInject
autoInjectPlugin = autoInject,
changedFiles = changedFiles,
useCustomGradleInstallation = gradleInstallationPath,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Name useCustomGradleInstallation suggests that it would be a boolean, but actually it's a Path? - how about just re-using gradleInstallationPath name, or customGradleInstallationPathToUse.

@pablobaxter pablobaxter force-pushed the pb/allow-custom-gradle-installation branch from c6dafc2 to 2eea412 Compare November 29, 2023 02:26
@pablobaxter pablobaxter merged commit 0b6ce5e into develop Nov 29, 2023
1 check passed
@pablobaxter pablobaxter deleted the pb/allow-custom-gradle-installation branch November 29, 2023 02:29
inez pushed a commit that referenced this pull request Mar 5, 2024
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.

None yet

2 participants