Added the Sheepstar Core V1

This commit is contained in:
2022-09-06 16:18:49 +02:00
parent 2e16cfa2cb
commit a58b73ba32
134 changed files with 9349 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify