Skip to content

fix already exists exeption at creating buildInstaller.bat #14

fix already exists exeption at creating buildInstaller.bat

fix already exists exeption at creating buildInstaller.bat #14

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: setup jdk 11
uses: actions/setup-java@v1
with:
java-version: 11
java-package: jdk
architecture: x64
- name: Build with Maven
run: mvn -B package --file pom.xml