You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script always assumes that a build's output directory is build and uses the gradle script instead of the gradlew script. By not using gradlew, the image forces the build to a particular Gradle version instead of using the version that the project itself is declaring should be used. In addition a particular build may have changed the $buildDir property, in which case the build directory won't exist and output will be elsewhere.
The text was updated successfully, but these errors were encountered:
edeandrea
changed the title
s2i images don't respect a project's gradle wrapper nor any overridden project settings
s2i native image builder doesn't respect a project's gradle wrapper nor any overridden project settings
Mar 11, 2020
matthyx
pushed a commit
to matthyx/quarkus-images
that referenced
this issue
Sep 20, 2021
The
assemble
script in thequarkus-native-binary-s2i-scripts
module don't respect a project's Gradle wrapperThis script always assumes that a build's output directory is
build
and uses thegradle
script instead of thegradlew
script. By not usinggradlew
, the image forces the build to a particular Gradle version instead of using the version that the project itself is declaring should be used. In addition a particular build may have changed the$buildDir
property, in which case thebuild
directory won't exist and output will be elsewhere.The text was updated successfully, but these errors were encountered: