Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update main release workflow (eclipse-zenoh#133)
* Using 'android' property to enable/disable Android configuration (eclipse-zenoh#127) * Enabling snapshot publications for dev/1.0.0 * refactor(gradle): using 'android' property to enable/disable Android configuration Examples: - `gradle build -Pandroid=true` enables build with android - `gradle build` won't consider any android configuration - `gradle publishAndroidReleaseToMavenLocal -Pandroid=true` publishes to maven local, without `-Pandroid=true` it won't work. * refactor(gradle): updating publication workflows * refactor(gradle): updating readme instructions --------- Co-authored-by: zettascale-bot <161707711+zettascale-bot@users.noreply.github.com> * fix(local publication): triggering compilation of zenoh jni when publishing jvm to maven local (eclipse-zenoh#128) * Update actions (eclipse-zenoh#130) * chore: Update setup-java to v4 * chore: update gradle action to newer version * chore: update gradle/wrapper-validation-action@v3 --------- Co-authored-by: Darius Maitia <darius@zettascale.tech> Co-authored-by: zettascale-bot <161707711+zettascale-bot@users.noreply.github.com>
- Loading branch information