Skip to content

[Gradle Release Plugin] - pre tag commit: '2.2.0'. #89

[Gradle Release Plugin] - pre tag commit: '2.2.0'.

[Gradle Release Plugin] - pre tag commit: '2.2.0'. #89

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build