Skip to content

Commit f57d466

Browse files
committed
HV-1693 Don't build the documentation and distribution with JDK 12
We don't build the CDI extension with JDK 12 so we can't build the documentation and distribution.
1 parent 7d7b4fa commit f57d466

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,8 @@
11111111
<name>disableDocumentationBuild</name>
11121112
<value>!true</value>
11131113
</property>
1114+
<!-- Don't build docs on JDK 12 as we don't have the CDI artifact -->
1115+
<jdk>(,12)</jdk>
11141116
</activation>
11151117
<modules>
11161118
<module>documentation</module>
@@ -1123,6 +1125,8 @@
11231125
<name>disableDistributionBuild</name>
11241126
<value>!true</value>
11251127
</property>
1128+
<!-- Don't build distribution on JDK 12 as we don't have the CDI artifact -->
1129+
<jdk>(,12)</jdk>
11261130
</activation>
11271131
<modules>
11281132
<module>distribution</module>

0 commit comments

Comments
 (0)