Skip to content

Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2 #1

Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2

Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2 #1

Workflow file for this run

name: Run Checks
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '11'
cache: gradle
- name: Check with Gradle
run: ./gradlew check --continue