Skip to content

Commit

Permalink
Merge branch 'main' into SRU2024_v10
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri authored Jan 2, 2025
2 parents ba6bbee + 2228fa1 commit 2651508
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [ "main" ]

jobs:

build:

runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,10 +53,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'

# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
Expand Down

0 comments on commit 2651508

Please sign in to comment.