We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7634750 commit 6125dd6Copy full SHA for 6125dd6
build.gradle
@@ -2,7 +2,7 @@
2
buildscript {
3
ext {
4
controlx2_version = "1.0.0-20250217"
5
- pumpx2_version = "1.5.5"
+ pumpx2_version = "1.5.7"
6
use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true'
7
if (!use_local_pumpx2) {
8
Properties properties = new Properties()
0 commit comments