Skip to content

publishToMavenLocal working, so maybe jitpack will work now with this… #43

publishToMavenLocal working, so maybe jitpack will work now with this…

publishToMavenLocal working, so maybe jitpack will work now with this… #43

Workflow file for this run

name: Gradle Integration Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Integration with Gradle
run: ./gradlew integration