Skip to content

Commit 5b65cf7

Browse files
fix: Build quickly so update-child-modules work (#50)
1 parent e1dddf5 commit 5b65cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/change_versions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
# as scanning the text of the POM would be unreliable.
1111
echo " New version: $NEW_VERSION"
1212
echo " New Python Version: $NEW_VERSION_PYTHON"
13+
mvn clean install -Dquickly
1314
mvn versions:update-parent "-DparentVersion=[$NEW_VERSION,$NEW_VERSION]" -DallowSnapshots=true -DgenerateBackupPoms=false
14-
mvn versions:update-child-modules
15+
mvn versions:update-child-modules -DallowSnapshots=true -DgenerateBackupPoms=false
1516
sed -i "s/^timefold_solver_python_version.*=.*/timefold_solver_python_version = '$NEW_VERSION_PYTHON'/" setup.py
1617
git commit -am "build: switch to version $NEW_VERSION_PYTHON"

0 commit comments

Comments
 (0)