File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ plugins {
33}
44
55tasks.withType(Wrapper ::class ) {
6- gradleVersion = " 8.6 "
6+ gradleVersion = " 8.7 "
77}
88
99group = " com.example.junit4"
1010version = " 1.0-SNAPSHOT"
1111
12- val allureVersion = " 2.25.0"
13- val aspectJVersion = " 1.9.21"
14- val kotlinVersion = " 1.9.23"
12+ val allureVersion = " 2.26.0"
13+ val aspectJVersion = " 1.9.22"
1514
1615java {
1716 toolchain {
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.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments