Skip to content

Convert ache-tools and crawler-commons projects to Kotlin DSL #276

Convert ache-tools and crawler-commons projects to Kotlin DSL

Convert ache-tools and crawler-commons projects to Kotlin DSL #276

Workflow file for this run

name: Gradle Build & Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run gradle tests
run: ./gradlew check --info --stacktrace