fix: Gradle task dependency, add java to frontend.yaml because of openapi
This commit is contained in:
@@ -29,6 +29,12 @@ jobs:
|
||||
with:
|
||||
node-version: '22.16.0'
|
||||
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user