Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Update README.md

Update README.md #102

Workflow file for this run

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