File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,9 @@ check_wasm_node()
152
152
# # clean
153
153
clean_node " ${1} "
154
154
}
155
-
155
+ LOG_INFO " ------ check java version --------- "
156
156
java -version
157
+
157
158
pwd
158
159
ls -la
159
160
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
Original file line number Diff line number Diff line change 80
80
build-${{ matrix.os }}-${{ github.base_ref }}-${{ hashFiles('.github/workflows/workflow.yml') }}
81
81
build-${{ matrix.os }}-${{ github.base_ref }}-
82
82
build-${{ matrix.os }}-
83
+ - name : Set up JDK 1.8.0.345
84
+ uses : actions/setup-java@v3
85
+ with :
86
+ distribution : ' zulu'
87
+ java-version : ' 8.0.345'
83
88
- name : install CentOS dependencies
84
- run : yum install -y epel-release centos-release-scl wget which git openssl-devel openssl java java-devel tree
89
+ run : yum install -y epel-release centos-release-scl wget which git openssl-devel openssl tree
85
90
- name : run build test
86
91
run : /bin/bash gradlew build --info
87
92
- name : run integration testing
You can’t perform that action at this time.
0 commit comments