You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jdk:openjdk version "1.8.0_352"
OpenJDK Runtime Environment (Zulu 8.66.0.15-CA-macos-aarch64) (build 1.8.0_352-b08)
OpenJDK 64-Bit Server VM (Zulu 8.66.0.15-CA-macos-aarch64) (build 25.352-b08, mixed mode)
源码就是git最新的代码
报错如下
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/zhangjun/project/java/aliyun-oss-java-sdk/src/main/java/com/aliyun/oss/crypto/CryptoModuleBase.java:[528,34] 错误: 未报告的异常错误JSONException; 必须对其进行捕获或声明以便抛出
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.664 s
[INFO] Finished at: 2023-02-13T21:43:05+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project aliyun-sdk-oss: Compilation failure
[ERROR] /Users/zhangjun/project/java/aliyun-oss-java-sdk/src/main/java/com/aliyun/oss/crypto/CryptoModuleBase.java:[528,34] 错误: 未报告的异常错误JSONException; 必须对其进行捕获或声明以便抛出
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
The text was updated successfully, but these errors were encountered:
源码就是git最新的代码
报错如下
The text was updated successfully, but these errors were encountered: