We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccba76 commit 8d2a90cCopy full SHA for 8d2a90c
build.gradle.kts
@@ -3,15 +3,14 @@ plugins {
3
}
4
5
tasks.withType(Wrapper::class) {
6
- gradleVersion = "8.6"
+ gradleVersion = "8.7"
7
8
9
group = "com.example.junit4"
10
version = "1.0-SNAPSHOT"
11
12
-val allureVersion = "2.25.0"
13
-val aspectJVersion = "1.9.21"
14
-val kotlinVersion = "1.9.23"
+val allureVersion = "2.26.0"
+val aspectJVersion = "1.9.22"
15
16
java {
17
toolchain {
gradle/wrapper/gradle-wrapper.jar
-9 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
0 commit comments