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
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
One of the use cases for ./gradlew publishLocal is to be able to test dependencies with other wdks or projects before commiting / pushing.
It would be nice if publishLocal would support some auto bumping of the version so that ./gradlew paketUpdate can be run on the other side without deleting the lock file all the time.
One of the use cases for
./gradlew publishLocal
is to be able to test dependencies with other wdks or projects before commiting / pushing.It would be nice if publishLocal would support some auto bumping of the version so that
./gradlew paketUpdate
can be run on the other side without deleting the lock file all the time.Something along the lines of:
The text was updated successfully, but these errors were encountered: