Skip to content

Bump io.github.classgraph:classgraph from 4.8.149 to 4.8.175 #287

Bump io.github.classgraph:classgraph from 4.8.149 to 4.8.175

Bump io.github.classgraph:classgraph from 4.8.149 to 4.8.175 #287

Workflow file for this run

name: test_pr
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Gradle validation
uses: gradle/wrapper-validation-action@v1
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Test
run: ./gradlew test
- name: Build
run: ./gradlew build