This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 117dd2bf00 [incubator-kie-issues#2274] Skip javadoc invocation inside
kogito-gradle-plugin-test module (#4227)
117dd2bf00 is described below
commit 117dd2bf00cf1eba0081deb6a10f4822051440d8
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Mon Mar 23 16:34:55 2026 +0100
[incubator-kie-issues#2274] Skip javadoc invocation inside
kogito-gradle-plugin-test module (#4227)
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
kogito-gradle-plugin-test/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kogito-gradle-plugin-test/pom.xml
b/kogito-gradle-plugin-test/pom.xml
index b4e9bcea3e..4c2753c5da 100644
--- a/kogito-gradle-plugin-test/pom.xml
+++ b/kogito-gradle-plugin-test/pom.xml
@@ -38,6 +38,8 @@
<maven.compiler.release>17</maven.compiler.release>
<gradle.executable>./gradlew</gradle.executable>
<exec.plugin.version>3.6.3</exec.plugin.version>
+ <!-- Since there are no java code to compile, we can skip javadoc
generation -->
+ <maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]