Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 17, 2025
1 parent dbeaa13 commit 9f712d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
# gradle
- name: Checkout project sources
uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin' # Choose the Java distribution, e.g., Temurin (AdoptOpenJDK)
java-version: '11' # Specify the Java version

- name: Setup Gradle
uses: gradle/gradle-build-action@v3

Expand Down

0 comments on commit 9f712d5

Please sign in to comment.