Skip to content

Bump com.github.hazendaz.maven:makeself-maven-plugin from 1.8.0 to 1.8.1 #1026

Bump com.github.hazendaz.maven:makeself-maven-plugin from 1.8.0 to 1.8.1

Bump com.github.hazendaz.maven:makeself-maven-plugin from 1.8.0 to 1.8.1 #1026

Workflow file for this run

name: Java CI (Ant)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
- name: Build with Ant
run: ant -noinput -buildfile build.xml clean compile build