Skip to content

[jdk21/JEP456 ISSUE] jdk21/jep456 433 preview feature #137

[jdk21/JEP456 ISSUE] jdk21/jep456 433 preview feature

[jdk21/JEP456 ISSUE] jdk21/jep456 433 preview feature #137

Workflow file for this run

name: build-java
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]
paths:
- '.github/**-java.yml'
- 'java/**'
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
run: cd java && mvn -B package --file pom.xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
flags: java