We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6361ea8 commit 2908db0Copy full SHA for 2908db0
2 files changed
plugins/java/build.gradle
@@ -2,12 +2,6 @@ plugins {
2
id "java-gradle-plugin"
3
}
4
5
-java {
6
- toolchain {
7
- languageVersion = JavaLanguageVersion.of(25)
8
- }
9
-}
10
-
11
gradlePlugin {
12
plugins {
13
dollyValidation {
settings.gradle
@@ -10,7 +10,6 @@ pluginManagement {
id "com.gradle.develocity" version "4.4.2"
- id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
14
15
16
rootProject.name = "testnav"
0 commit comments