zrlw commented on PR #15537: URL: https://github.com/apache/dubbo/pull/15537#issuecomment-3092675697
> What caused these github action errors? Are they related with `dubbo-plugin/dubbo-mutiny` module? download log archive of the failed test job, you'll find the root cause, e.g. ``` 2025-07-19T16:09:01.8175695Z [INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-mutiny --- 2025-07-19T16:09:01.8248711Z [INFO] Recompiling the module because of changed dependency. 2025-07-19T16:09:01.8254429Z [INFO] Compiling 12 source files with javac [forked debug release 9] to target/classes 2025-07-19T16:09:01.9315266Z [INFO] ------------------------------------------------------------- 2025-07-19T16:09:01.9315894Z [ERROR] COMPILATION ERROR : 2025-07-19T16:09:01.9316406Z [INFO] ------------------------------------------------------------- 2025-07-19T16:09:01.9316832Z [ERROR] javac: invalid target release: 9 2025-07-19T16:09:01.9317114Z Usage: javac <options> <source files> 2025-07-19T16:09:01.9317391Z use -help for a list of possible options ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
