mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-05 16:36:31 -06:00
18 lines
286 B
YAML
18 lines
286 B
YAML
|
|
name: "Setup Worflow"
|
|
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
|
|
- name: 🧱 Set Up JDK
|
|
uses: actions/setup-java@v3
|
|
with:
|
|
java-version: 17
|
|
distribution: adopt-openj9
|
|
|
|
- name: "Grant Gradlew rights"
|
|
run: chmod +x gradlew
|
|
shell: bash
|