MoritzArena commented on PR #15537: URL: https://github.com/apache/dubbo/pull/15537#issuecomment-3092706133
> > 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 > ``` maybe I need some help, I have already update `jdk-version-17-ge` with `dubbo-plugin/dubbo-mutiny` in `dubbo-parent` pom.xml and aligned with the configuration of `dubbo-plugin/dubbo-spring6-security`, and successfully installed whole project at jdk 17 on platform macos. but still got the errors below: ``` 2025-07-20T02:23:20.3825185Z Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure 2025-07-20T02:23:20.3825779Z javac: invalid target release: 17 2025-07-20T02:23:20.3826042Z Usage: javac <options> <source files> 2025-07-20T02:23:20.3826311Z 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]
