Skip to content

Commit 611be6e

Browse files
github-related changes
1 parent 4ad3dd7 commit 611be6e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@ jobs:
1414
java-version: '18'
1515
distribution: 'adopt'
1616
cache: maven
17+
- name: Cache local Maven repository
18+
uses: actions/cache@v3
19+
with:
20+
path: ~/.m2/repository
21+
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
22+
restore-keys: |
23+
${{ runner.os }}-maven-
1724
- name: Build with Maven
1825
run: mvn package

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
---
1919

20+
![GitHub](https://img.shields.io/github/license/DazedNConfused-/macata-launcher)
21+
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/DazedNConfused-/macata-launcher/build.yml?branch=master&label=master)
22+
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/DazedNConfused-/macata-launcher/build.yml?branch=develop&label=develop)
23+
2024
## Requirements
2125

2226
MaCata requires Java 11 to run.

0 commit comments

Comments
 (0)