ppkarwasz commented on PR #3450: URL: https://github.com/apache/logging-log4j2/pull/3450#issuecomment-2672514061
> @jjohannes, sounds plausible, thanks! We can run `./gradlew build` either as a part of the `integration-test.yaml` workflow, or add it under a Maven module and run the command (using `antrun-maven-plugin`?), etc. @ppkarwasz, WDYT? I would prefer not to use `antrun-maven-plugin`, lets have a separate Gradle run instead. We could think about merging some jobs in `integration-test.yaml` workflow. Currently we have: 1. a Maven-based run for most of the example modules. 2. a Maven-based run for the GraalVM test. 3. a Gradle-based run for the Android test. Since 1 and 2 only differ by the JDK used, we could use the GraalVM JDK for both and merge them. I would be also nice to merge the new test module with the Android test, although I don't how to properly do it. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org