Skip to content

Fix: Fix command line logic for detecting Java identifier #15

Fix: Fix command line logic for detecting Java identifier

Fix: Fix command line logic for detecting Java identifier #15

Workflow file for this run

name: JVM CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Build with Gradle
run: ./gradlew test assembleDist