Skip to content

chore(version): bump to 1.3.0 #108

chore(version): bump to 1.3.0

chore(version): bump to 1.3.0 #108

Workflow file for this run

name: Build project
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '12'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew build