Skip to content

Commit

Permalink
update 2024-09-27T15:57:50
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Sep 27, 2024
1 parent ea09145 commit 36e5702
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Allure Example

> Example of Allure Report usage with spock, groovy 4.0 and Gradle (Kotlin)
> Example of Allure Report usage with Spock, Groovy 4.0 and Gradle (Kotlin)
<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />-->

Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ plugins {
}

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

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

val allureVersion = "2.25.0"
val aspectJVersion = "1.9.21"
val allureVersion = "2.26.0"
val aspectJVersion = "1.9.22"
val groovyVersion = "4.0.20"
val spockVersion = "2.3-groovy-4.0"

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 36e5702

Please sign in to comment.