Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 397 Bytes

Setup Build Environment

This is a small GitHub Composite Action for reducing boilerplate in our ci.

Usage

- name: Setup Build Environment
  uses: BUtilsPlugin/setup-build-environment@main
  with:
    jdk: 'temurin' # This is the default value
    jdk-version: '17' # This is the default value