Skip to content

chore(gha): replace action for creating github releases #209

chore(gha): replace action for creating github releases

chore(gha): replace action for creating github releases #209

Workflow file for this run

name: PR Build
on: [ pull_request ]
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx2g -Xms2g
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
cache: 'gradle'
- name: Build
run: ./gradlew build