Skip to content

Commit

Permalink
update 2023-12-13T17:49:32
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Dec 13, 2023
1 parent e6cdb01 commit 719af76
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .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@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: 21
cache: 'gradle'
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Example
# Allure Example

Example of Allure Report usage with JUnit 4, Kotlin and Gradle
> Example of Allure Report usage with JUnit 4, Kotlin and Gradle
<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />-->

- 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-kotlin-gradle](https://allure-examples.github.io/junit4-kotlin-gradle/)
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -13,9 +13,9 @@ repositories {
group = 'com.example.junit4'
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)
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.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 719af76

Please sign in to comment.