Skip to content

Commit 2908db0

Browse files
committed
- Remove Java toolchain configuration from build.gradle
- Remove foojay-resolver-convention plugin from settings.gradle #deploy-test-dolly-backend
1 parent 6361ea8 commit 2908db0

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

plugins/java/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ plugins {
22
id "java-gradle-plugin"
33
}
44

5-
java {
6-
toolchain {
7-
languageVersion = JavaLanguageVersion.of(25)
8-
}
9-
}
10-
115
gradlePlugin {
126
plugins {
137
dollyValidation {

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ pluginManagement {
1010

1111
plugins {
1212
id "com.gradle.develocity" version "4.4.2"
13-
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
1413
}
1514

1615
rootProject.name = "testnav"

0 commit comments

Comments
 (0)