Skip to content

Commit

Permalink
Update maven.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lime-blur committed May 2, 2024
1 parent 44830bd commit f02a76f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ant.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Java CI with Maven

on:
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit f02a76f

Please sign in to comment.