File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 11plugins {
2+ id(" otel.java-conventions" )
23 application
34 id(" com.github.johnrengelman.shadow" )
45
Original file line number Diff line number Diff line change 11plugins {
2+ id(" otel.java-conventions" )
3+
24 application
35}
46
57description = " JMX metrics scraper - test application"
68
7- java {
8- toolchain {
9- languageVersion = JavaLanguageVersion .of(8 )
10- }
11- }
12-
139tasks {
1410 jar {
1511 manifest {
Original file line number Diff line number Diff line change 11plugins {
2+ id(" otel.java-conventions" )
3+
24 war
35}
46
@@ -7,9 +9,3 @@ description = "JMX metrics scraper - test web application"
79dependencies {
810 providedCompile(" jakarta.servlet:jakarta.servlet-api:5.0.0" )
911}
10-
11- java {
12- toolchain {
13- languageVersion = JavaLanguageVersion .of(8 )
14- }
15- }
You can’t perform that action at this time.
0 commit comments