File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Add this to the build file of your convention plugin's build
4747
4848```
4949dependencies {
50- implementation("org.gradlex:extra-java-module-info:1.2 ")
50+ implementation("org.gradlex:extra-java-module-info:1.3 ")
5151}
5252```
5353
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " org.gradlex"
7- version = " 1.2 "
7+ version = " 1.3 "
88
99java {
1010 sourceCompatibility = JavaVersion .VERSION_1_8
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0-rc-1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0-rc-2 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments