Skip to content

Commit

Permalink
Merge pull request #13 from DazedNConfused-/github
Browse files Browse the repository at this point in the history
  • Loading branch information
DazedNConfused- authored Feb 17, 2023
2 parents 4ad3dd7 + 611be6e commit 0cdb8ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@ jobs:
java-version: '18'
distribution: 'adopt'
cache: maven
- name: Cache local Maven repository
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn package
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

---

![GitHub](https://img.shields.io/github/license/DazedNConfused-/macata-launcher)
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/DazedNConfused-/macata-launcher/build.yml?branch=master&label=master)
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/DazedNConfused-/macata-launcher/build.yml?branch=develop&label=develop)

## Requirements

MaCata requires Java 11 to run.
Expand Down

0 comments on commit 0cdb8ee

Please sign in to comment.