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
Builder image is incompatible with gradle plugin com.gorylenko.gradle-git-properties because it does not copy .git to a build directory.
The issue us caused by using * wildcard:
Hi,
Builder image is incompatible with gradle plugin
com.gorylenko.gradle-git-properties
because it does not copy.git
to a build directory.The issue us caused by using
*
wildcard:s2i-java/sti/bin/assemble
Line 18 in 221c47a
This could be solved by either using
cp -rad /tmp/src/ $LOCAL_SOURCE_DIR
or removing entire block as stated inTODO
above.The text was updated successfully, but these errors were encountered: