Skip to content

Bump io.vertx:vertx-core from 4.4.5 to 4.4.8 #61

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

Bump io.vertx:vertx-core from 4.4.5 to 4.4.8 #61

Workflow file for this run

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