Skip to content

Commit a9f22bc

Browse files
committed
push
1 parent 95e275b commit a9f22bc

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12-

app/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ testing {
4444

4545
// Apply a specific Java toolchain to ease working on different environments.
4646
java {
47-
sourceCompatibility = JavaVersion.VERSION_25
48-
targetCompatibility = JavaVersion.VERSION_25
47+
toolchain {
48+
// Use JDK 21
49+
languageVersion = JavaLanguageVersion.of(21)
50+
}
4951
}
5052

5153
/*

0 commit comments

Comments
 (0)