We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a53a2f commit 7fca8caCopy full SHA for 7fca8ca
jmx-scraper/test-app/build.gradle.kts
@@ -4,6 +4,12 @@ plugins {
4
5
description = "JMX metrics scraper - test application"
6
7
+java {
8
+ toolchain {
9
+ languageVersion = JavaLanguageVersion.of(8)
10
+ }
11
+}
12
+
13
tasks {
14
jar {
15
manifest {
jmx-scraper/test-webapp/build.gradle.kts
@@ -10,6 +10,6 @@ dependencies {
java {
toolchain {
- languageVersion = JavaLanguageVersion.of(11)
}
0 commit comments