Skip to content

Commit

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

wrapper {
gradleVersion = '8.6'
gradleVersion = '8.7'
}

repositories {
Expand All @@ -13,8 +13,8 @@ repositories {
group = 'com.example.junit4'
version = '1.0-SNAPSHOT'

def allureVersion = '2.25.0'
def aspectJVersion = '1.9.21'
def allureVersion = '2.26.0'
def aspectJVersion = '1.9.22'
def kotlinVersion = '1.9.23'

kotlin {
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 7ba931c

Please sign in to comment.