Skip to content

update buildscripts and dependencies #5

update buildscripts and dependencies

update buildscripts and dependencies #5

Workflow file for this run

name: Java CI
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: Attach git branch
run: git checkout "${GITHUB_REF:11}"
- name: Show version
run: ./gradlew androidGitVersion
- name: Gradle build
run: ./gradlew build