Skip to content

Add configuration of parallel build and build process heap size #14

Add configuration of parallel build and build process heap size

Add configuration of parallel build and build process heap size #14

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/setup-java@v4
name: Set up JDK 17
with:
java-version: 17
distribution: adopt-hotspot
- name: Build plugin
run: |
chmod +x gradlew
./gradlew check buildPlugin --info