Author: leerho
Date: Wed Dec 3 01:52:09 2025
New Revision: 81162
Log:
update createDownloadsInclude.sh
Modified:
dev/datasketches/scripts/createDownloadsInclude.sh
Modified: dev/datasketches/scripts/createDownloadsInclude.sh
==============================================================================
--- dev/datasketches/scripts/createDownloadsInclude.sh Wed Dec 3 01:41:41
2025 (r81161)
+++ dev/datasketches/scripts/createDownloadsInclude.sh Wed Dec 3 01:52:09
2025 (r81162)
@@ -75,6 +75,7 @@ for comp in $Comp; do # for al
if [ $comp = "java" ]; then prefix="Java 8,11 Core"
elif [ $comp = "java17" ]; then prefix="Java 17 Core"
elif [ $comp = "java21" ]; then prefix="Java 21 Core"
+ elif [ $comp = "java25" ]; then prefix="Java 25 Core"
elif [ $comp = "cpp" ]; then prefix="C++ Core"
elif [ $comp = "python" ]; then prefix="Python Core"
elif [ $comp = "go" ]; then prefix="GO Core"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]