Skip to content

Commit

Permalink
update 2024-03-26T08:07:24
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Mar 26, 2024
1 parent 6ccba76 commit 8d2a90c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ plugins {
}

tasks.withType(Wrapper::class) {
gradleVersion = "8.6"
gradleVersion = "8.7"
}

group = "com.example.junit4"
version = "1.0-SNAPSHOT"

val allureVersion = "2.25.0"
val aspectJVersion = "1.9.21"
val kotlinVersion = "1.9.23"
val allureVersion = "2.26.0"
val aspectJVersion = "1.9.22"

java {
toolchain {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
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
Expand Down

0 comments on commit 8d2a90c

Please sign in to comment.