diff --git a/.github/workflows/allure-report.yml b/.github/workflows/allure-report.yml index b72ee1c..68755b8 100644 --- a/.github/workflows/allure-report.yml +++ b/.github/workflows/allure-report.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Set up Java 21 - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: java-version: 21 cache: 'gradle' diff --git a/README.md b/README.md index 12217bc..df4ec6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -# Example +# Allure Example -Example of Allure Report usage with TestNG, Kotlin and Gradle +> Example of Allure Report usage with TestNG, Kotlin and Gradle + + + +- Learn more about Allure Report at https://allurereport.org +- 📚 [Documentation](https://allurereport.org/docs/) – discover official documentation for Allure Report +- ❓ [Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) – get help from the team and community +- 📢 [Official annoucements](https://github.com/orgs/allure-framework/discussions/categories/announcements) – be in touch with the latest updates +- 💬 [General Discussion ](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) – engage in casual conversations, share insights and ideas with the community + +--- The generated report is available here: [https://allure-examples.github.io/testng-kotlin-gradle](https://allure-examples.github.io/testng-kotlin-gradle/) diff --git a/build.gradle b/build.gradle index c075b6b..5f74ee8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ plugins { - id 'org.jetbrains.kotlin.jvm' version '1.9.20' + id 'org.jetbrains.kotlin.jvm' version '1.9.21' } wrapper { - gradleVersion = '8.4' + gradleVersion = '8.5' } repositories { @@ -13,9 +13,9 @@ repositories { group = 'com.example.testng' version = '1.0-SNAPSHOT' -def allureVersion = '2.24.0' -def aspectJVersion = '1.9.20.1' -def kotlinVersion = '1.9.20' +def allureVersion = '2.25.0' +def aspectJVersion = '1.9.21' +def kotlinVersion = '1.9.21' kotlin { jvmToolchain(21) diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7f93135..d64cd49 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3fa8f86..1af9e09 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME