Skip to content

Bump io.github.classgraph:classgraph from 4.8.162 to 4.8.165 #227

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

Bump io.github.classgraph:classgraph from 4.8.162 to 4.8.165 #227

Workflow file for this run

name: CI Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Build and install
env:
MAVEN_OPTS: -Xss8m -Xms512m -Xmx4g
run: mvn install -Dgpg.skip=true -B -V