Skip to content

Commit 1ffbbc9

Browse files
authored
Update generate-schema.yml
1 parent 217390a commit 1ffbbc9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/generate-schema.yml

-15
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
7-
81
name: Java CI with Gradle
92

103
on:
@@ -13,23 +6,15 @@ on:
136
workflow_dispatch:
147
jobs:
158
build:
16-
179
runs-on: ubuntu-latest
18-
permissions:
19-
contents: read
20-
2110
steps:
2211
- uses: actions/checkout@v4
2312
- name: Set up JDK 21
2413
uses: actions/setup-java@v4
2514
with:
2615
java-version: '21'
2716
distribution: 'temurin'
28-
29-
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
30-
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3117
- name: Setup Gradle
3218
uses: gradle/actions/setup-gradle@v4
33-
3419
- name: Build with Gradle Wrapper
3520
run: ./generator/gradlew validate

0 commit comments

Comments
 (0)