Skip to content

Do final updates and bump to version 1.6.2 #138

Do final updates and bump to version 1.6.2

Do final updates and bump to version 1.6.2 #138

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build Artifacts
uses: gradle/gradle-build-action@v2
with:
arguments: build --stacktrace