Skip to content

chore: bump to 1.2.0 #40

chore: bump to 1.2.0

chore: bump to 1.2.0 #40

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build
- name: Upload jar
uses: actions/upload-artifact@v3
with:
name: built-package
path: build/libs