jenkins-x-buildpacks / jenkins-x-classic

Classic Build Pack for libraries (CI + Release but no CD) for releasing Java, Maven, Gradle, NPM modules but without deploying on any specific cloud or infrastructure
Apache License 2.0
16 stars 46 forks source link

Gradle build pack does not use gradle wrapper #15

Open alexmreis opened 4 years ago

alexmreis commented 4 years ago

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