Merge branch 'master' of https://git.sbdevelopment.tech/SBDevelopment/MapReflectionAPI into development
# Conflicts: # .github/dependabot.yml
This commit is contained in:
commit
9b4d7363dc
2 changed files with 0 additions and 35 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -1,9 +0,0 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: "development"
|
||||
commit-message:
|
||||
prefix: "chore(deps): "
|
26
.github/workflows/maven.yml
vendored
26
.github/workflows/maven.yml
vendored
|
@ -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 21
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 21
|
||||
|
||||
- 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
|
Loading…
Add table
Reference in a new issue