Skip to content

Commit 7edbdc8

Browse files
committed
Fixing transient build regression
FIT modules should not be included by default. Change-Id: I936d3a65320960a85a4c5abd16e22ec6d0cf79e7 Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/230729 Reviewed-by: Graham Pople <[email protected]> Tested-by: Graham Pople <[email protected]>
1 parent 3da18d6 commit 7edbdc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@
210210
<module>columnar-java-client</module>
211211
<!-- Uncomment next lines to include the FIT performers. They are not included by default as they require
212212
a) an externally built lib and b) JDK 17 -->
213-
<module>core-fit-performer</module>
213+
<!-- <module>core-fit-performer</module>-->
214214
<!-- <module>java-fit-performer</module>-->
215215
<!-- <module>kotlin-fit-performer</module>-->
216-
<module>scala-fit-performer</module>
216+
<!-- <module>scala-fit-performer</module>-->
217217
<!-- <module>columnar-fit-performer-shared</module>-->
218218
<!-- <module>columnar-java-fit-performer</module>-->
219219
</modules>

0 commit comments

Comments
 (0)