File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add this to the build file of your convention plugin's build
2828
2929```
3030dependencies {
31- implementation("org.gradlex:java-ecosystem-capabilities:0.7 ")
31+ implementation("org.gradlex:java-ecosystem-capabilities:1.0 ")
3232}
3333```
3434
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " org.gradlex"
8- version = " 0.7 "
8+ version = " 1.0 "
99
1010java {
1111 toolchain.languageVersion.set(JavaLanguageVersion .of(11 )) // to run tests that use Android with 11
Original file line number Diff line number Diff line change 11plugins {
2- id(" org.gradlex.java-ecosystem-capabilities" ) version " 0.7 "
2+ id(" org.gradlex.java-ecosystem-capabilities" ) version " 1.0 "
33 id(" de.jjohannes.missing-metadata-guava" ) version " 31.1.1"
44 id(" application" )
55}
Original file line number Diff line number Diff line change 11plugins {
2- id(" org.gradlex.java-ecosystem-capabilities" ) version " 0.7 " // 0.6 will cause 'NoClassDefFoundError: jakarta/servlet/UnavailableException'
2+ id(" org.gradlex.java-ecosystem-capabilities" ) version " 1.0 " // 0.6 will cause 'NoClassDefFoundError: jakarta/servlet/UnavailableException'
33 id(" application" )
44}
55
You can’t perform that action at this time.
0 commit comments