We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf4aad commit 74b572dCopy full SHA for 74b572d
1 file changed
.github/unsafe/build-custom-protobuf.sh
@@ -46,6 +46,6 @@ DEPS="${SCRIPT_DIR}/../../dependencyManagement/build.gradle.kts"
46
sed -i '/com\.google\.protobuf:protobuf-bom:/d' "${DEPS}"
47
sed -i '/com\.google\.protobuf:protobuf-java/d' "${DEPS}"
48
sed -i '/^val DEPENDENCIES = listOf(/a\ "com.google.protobuf:protobuf-java:'"${CUSTOM_VERSION}"'",' "${DEPS}"
49
-sed -i '/^val DEPENDENCIES = listOf(/a\ "com.google.protobuf:protobuf-java-util:${ORIGINAL_VERSION}",' "${DEPS}"
+sed -i '/^val DEPENDENCIES = listOf(/a\ "com.google.protobuf:protobuf-java-util:'"${ORIGINAL_VERSION}"'",' "${DEPS}"
50
51
echo "protobuf-java ${CUSTOM_VERSION} built and installed (UNSAFE disabled)."
0 commit comments