Skip to content

Bump io.github.classgraph:classgraph from 4.8.161 to 4.8.162 #189

Bump io.github.classgraph:classgraph from 4.8.161 to 4.8.162

Bump io.github.classgraph:classgraph from 4.8.161 to 4.8.162 #189

Workflow file for this run

name: CI Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- name: Build and install
env:
MAVEN_OPTS: -Xss8m -Xms512m -Xmx4g
run: mvn install