Skip to content

Bump com.github.crawler-commons:crawler-commons from 1.3 to 1.4 #18

Bump com.github.crawler-commons:crawler-commons from 1.3 to 1.4

Bump com.github.crawler-commons:crawler-commons from 1.3 to 1.4 #18

Workflow file for this run

name: CI Master
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build-jdk17:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn clean install -Pforbiddenapis
env:
MAVEN_OPTS: -Xmx2048m