Skip to content

Commit

Permalink
update 2024-09-27T15:57:47
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Sep 27, 2024
1 parent 742a7f2 commit 1a027f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Set up Java 21
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.1
with:
java-version: 21
cache: 'gradle'
Expand All @@ -34,7 +34,7 @@ jobs:
path: gh-pages

- name: Generate Allure Report
uses: simple-elf/allure-report-action@v1.8
uses: simple-elf/allure-report-action@v1.9
if: always()
with:
allure_results: build/allure-results
Expand Down
8 changes: 4 additions & 4 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,9 +13,9 @@ repositories {
group = 'com.example.testng'
version = '1.0-SNAPSHOT'

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

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 1a027f5

Please sign in to comment.