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 79181e6..12a3ef2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -# Example +# Allure Example -Example of Allure Report usage with JUnit 4, Java and Gradle (Kotlin) +> Example of Allure Report usage with JUnit 4, Java and Gradle (Kotlin) + + + +- 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/junit4-java-gradlekts](https://allure-examples.github.io/junit4-java-gradlekts/) diff --git a/build.gradle.kts b/build.gradle.kts index facb7a9..6ecadf6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,15 +3,15 @@ plugins { } tasks.withType(Wrapper::class) { - gradleVersion = "8.4" + gradleVersion = "8.5" } group = "com.example.junit4" version = "1.0-SNAPSHOT" -val allureVersion = "2.24.0" -val aspectJVersion = "1.9.20.1" -val kotlinVersion = "1.9.20" +val allureVersion = "2.25.0" +val aspectJVersion = "1.9.21" +val kotlinVersion = "1.9.21" java { toolchain { 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