Skip to content

Commit a509bb6

Browse files
committed
chore: Use system java version for classloading tests
1 parent e9f06c0 commit a509bb6

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

agent/test/classloading/app/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ dependencies {
3535
implementation files(appmapJar)
3636
}
3737

38-
// Apply a specific Java toolchain to ease working on different environments.
39-
java {
40-
toolchain {
41-
languageVersion = JavaLanguageVersion.of(8)
42-
}
43-
}
44-
45-
4638
application {
4739
// Define the main class for the application.
4840
mainClass = 'com.appland.appmap.test.fixture.Runner'

agent/test/classloading/lib/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,3 @@ repositories {
1818

1919
dependencies {
2020
}
21-
22-
// Apply a specific Java toolchain to ease working on different environments.
23-
java {
24-
toolchain {
25-
languageVersion = JavaLanguageVersion.of(8)
26-
}
27-
}
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
1-
/*
2-
* This file was generated by the Gradle 'init' task.
3-
*
4-
* The settings file is used to specify which projects to include in your build.
5-
*
6-
* Detailed information about configuring a multi-project build in Gradle can be found
7-
* in the user manual at https://docs.gradle.org/8.1.1/userguide/multi_project_builds.html
8-
*/
9-
10-
plugins {
11-
// Apply the foojay-resolver plugin to allow automatic download of JDKs
12-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0'
13-
}
14-
151
rootProject.name = 'classloading'
162
include 'app', 'lib'

0 commit comments

Comments
 (0)