We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7b4fa commit f57d466Copy full SHA for f57d466
pom.xml
@@ -1111,6 +1111,8 @@
1111
<name>disableDocumentationBuild</name>
1112
<value>!true</value>
1113
</property>
1114
+ <!-- Don't build docs on JDK 12 as we don't have the CDI artifact -->
1115
+ <jdk>(,12)</jdk>
1116
</activation>
1117
<modules>
1118
<module>documentation</module>
@@ -1123,6 +1125,8 @@
1123
1125
<name>disableDistributionBuild</name>
1124
1126
1127
1128
+ <!-- Don't build distribution on JDK 12 as we don't have the CDI artifact -->
1129
1130
1131
1132
<module>distribution</module>
0 commit comments