Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunnky committed Oct 4, 2024
2 parents 0a1532f + 4ec0818 commit 48440f8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 72 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build

on:
workflow_dispatch:

jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]

- name: Set up JDK 16
uses: actions/[email protected]
with:
java-version: 16
distribution: adopt

- name: Build with Maven
run: mvn package
72 changes: 0 additions & 72 deletions .github/workflows/manualBuild.yml

This file was deleted.

0 comments on commit 48440f8

Please sign in to comment.