BUtilsPlugin / setup-build-environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0