Skip to content

Bump io.vertx:vertx-core from 4.4.5 to 4.5.2 #39

Bump io.vertx:vertx-core from 4.4.5 to 4.5.2

Bump io.vertx:vertx-core from 4.4.5 to 4.5.2 #39

Workflow file for this run

name: Build Snapshot
on:
push:
branches-ignore:
- 'release-*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Build
run: mvn clean package