We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c26e2d commit 62392a2Copy full SHA for 62392a2
.github/dependabot.yml
@@ -4,9 +4,9 @@ updates:
4
directory: "/"
5
schedule:
6
interval: daily
7
- target-branch: main
+ target-branch: "15.1"
8
- package-ecosystem: gradle
9
10
11
12
.github/workflows/build.yml
@@ -8,11 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v5
- - name: Set up JDK 21
+ - name: Set up JDK 25
uses: actions/setup-java@v5
13
with:
14
distribution: 'temurin'
15
- java-version: 21
+ java-version: 25
16
cache: gradle
17
- name: Build with Gradle
18
run: ./gradlew build --no-daemon
0 commit comments