File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 15151616
1717 - name : Set up Java 21
18- uses : actions/setup-java@v4.0.0
18+ uses : actions/setup-java@v4.2.1
1919 with :
2020 java-version : 21
2121 cache : ' gradle'
3434 path : gh-pages
3535
3636 - name : Generate Allure Report
37- uses : simple-elf/allure-report-action@v1.7
37+ uses : simple-elf/allure-report-action@v1.9
3838 if : always()
3939 with :
4040 allure_results : build/allure-results
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ plugins {
33}
44
55tasks.withType(Wrapper ::class ) {
6- gradleVersion = " 8.5 "
6+ gradleVersion = " 8.6 "
77}
88
99group = " com.example.junit4"
1010version = " 1.0-SNAPSHOT"
1111
1212val allureVersion = " 2.25.0"
1313val aspectJVersion = " 1.9.21"
14- val kotlinVersion = " 1.9.22 "
14+ val kotlinVersion = " 1.9.23 "
1515
1616java {
1717 toolchain {
@@ -46,7 +46,7 @@ dependencies {
4646
4747 testImplementation(" junit:junit:4.13.2" )
4848
49- testImplementation(" org.slf4j:slf4j-simple:2.0.9 " )
49+ testImplementation(" org.slf4j:slf4j-simple:2.0.12 " )
5050}
5151
5252repositories {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343%JAVA_EXE% -version > NUL 2 >& 1
4444if %ERRORLEVEL% equ 0 goto execute
4545
46- echo .
47- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48- echo .
49- echo Please set the JAVA_HOME variable in your environment to match the
50- echo location of your Java installation.
46+ echo . 1 >& 2
47+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1 >& 2
48+ echo . 1 >& 2
49+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
50+ echo location of your Java installation. 1 >& 2
5151
5252goto fail
5353
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5757
5858if exist " %JAVA_EXE% " goto execute
5959
60- echo .
61- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62- echo .
63- echo Please set the JAVA_HOME variable in your environment to match the
64- echo location of your Java installation.
60+ echo . 1 >& 2
61+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1 >& 2
62+ echo . 1 >& 2
63+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
64+ echo location of your Java installation. 1 >& 2
6565
6666goto fail
6767
You can’t perform that action at this time.
0 commit comments