File tree Expand file tree Collapse file tree 3 files changed +0
-29
lines changed
Expand file tree Collapse file tree 3 files changed +0
-29
lines changed Original file line number Diff line number Diff 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-
4638application {
4739 // Define the main class for the application.
4840 mainClass = ' com.appland.appmap.test.fixture.Runner'
Original file line number Diff line number Diff line change @@ -18,10 +18,3 @@ repositories {
1818
1919dependencies {
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- }
Original file line number Diff line number Diff line change 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-
151rootProject. name = ' classloading'
162include ' app' , ' lib'
You can’t perform that action at this time.
0 commit comments