Skip to content

Commit e64e119

Browse files
committed
Add no-build-accord Ant option to be able to skip Accord module rebuild
patch by Dmitry Konstantinov; reviewed by Stefan Miklosovic for CASSANDRA-21350
1 parent 3df9dc2 commit e64e119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.build/build-accord.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919
<project basedir=".." name="apache-cassandra-accord-build"
2020
xmlns:if="ant:if">
21-
<target name="_build-accord" depends="init">
21+
<target name="_build-accord" depends="init" unless="no-build-accord">
2222
<exec executable="${basedir}/${accord.dir}/gradlew" dir="${basedir}/${accord.dir}" logError="true" failonerror="true" failifexecutionfails="true">
2323
<!-- Need to call clean as a version change with a jar that didn't have code changes will not produce a new jar with the new version... so need clean to make sure build is stable -->
2424
<arg value="clean" />

0 commit comments

Comments
 (0)