Skip to content

Commit

Permalink
Updated release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kannangce committed May 12, 2022
1 parent 17f9531 commit d3990c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id "com.diffplug.spotless" version "6.3.0"
}

version = 0.1
version = 0.2

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down
4 changes: 2 additions & 2 deletions quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ This invokes the **run.bat** script under *scripts* directory.
5. View the allure report in browser
- *nix:
> ```sh
> java -jar restel-0.1-all.jar jsonbox_test.xlsx && \
> java -jar restel-0.2-all.jar jsonbox_test.xlsx && \
> allure generate build/reports/allure-results -o build/reports/allure-report --clean && \
> allure open -p 37004 build/reports/allure-report
> ```
- Windows Powershell:
> ```powershell
> java -jar .\restel-0.1-all.jar .\jsonbox_test.xlsx && `
> java -jar .\restel-0.2-all.jar .\jsonbox_test.xlsx && `
> allure generate .\build\reports\allure-results\ -o .\build\reports\allure-report\ --clean && `
> allure open -p 37004 .\build\reports\allure-report
> ```
Expand Down

0 comments on commit d3990c0

Please sign in to comment.