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

Gradle build pack does not use gradle wrapper #15

Open
alexmreis opened this issue Oct 24, 2019 · 0 comments
Open

Gradle build pack does not use gradle wrapper #15

alexmreis opened this issue Oct 24, 2019 · 0 comments

Comments

@alexmreis
Copy link

When building with gradle it is common to use ./gradlew rather than the gradle command itself. The wrapper takes care of downloading the required gradle version in gradle/wrapper/gradle-wrapper.properties.

Currently the build pack runs the built-in gradle version by using gradle clean build, which currently is stuck at gradle 4.6

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

No branches or pull requests

1 participant