v1.5: Rewrite from legacy NMS implementation #19

Merged
stijnb1234 merged 8 commits from feature/rewrite-from-legacy into master 2023-07-05 11:34:07 +02:00
Showing only changes of commit b163e57563 - Show all commits

View file

@ -1,26 +0,0 @@
name: Java CI
on: [ push ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml
- run: mkdir -p target
- uses: actions/upload-artifact@master
with:
name: MapReflectionAPI
path: target