We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e275b commit a9f22bcCopy full SHA for a9f22bc
2 files changed
.github/dependabot.yml
@@ -9,4 +9,3 @@ updates:
9
directory: "/"
10
schedule:
11
interval: "weekly"
12
-
app/build.gradle
@@ -44,8 +44,10 @@ testing {
44
45
// Apply a specific Java toolchain to ease working on different environments.
46
java {
47
- sourceCompatibility = JavaVersion.VERSION_25
48
- targetCompatibility = JavaVersion.VERSION_25
+ toolchain {
+ // Use JDK 21
49
+ languageVersion = JavaLanguageVersion.of(21)
50
+ }
51
}
52
53
/*
0 commit comments