File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,4 @@ mvn install:install-file -q \
3939 -Dversion=" ${CUSTOM_VERSION} " \
4040 -Dpackaging=jar
4141
42- # Update dependencies
43- DEPS=" ${SCRIPT_DIR} /../../dependencyManagement/build.gradle.kts"
44-
45- # Update only the armeria core artifact version
46- sed -i ' /com\.linecorp\.armeria:armeria:/d' " ${DEPS} "
47- sed -i ' /^val DEPENDENCIES = listOf(/a\ "com.linecorp.armeria:armeria:' " ${CUSTOM_VERSION} " ' ",' " ${DEPS} "
48-
4942echo " armeria ${CUSTOM_VERSION} built and installed (UNSAFE disabled)."
Original file line number Diff line number Diff line change @@ -41,9 +41,4 @@ mvn install:install-file -q \
4141 -Dversion=" ${CUSTOM_VERSION} " \
4242 -Dpackaging=jar
4343
44- # Update dependencies
45- DEPS=" ${SCRIPT_DIR} /../../dependencyManagement/build.gradle.kts"
46- sed -i ' /com\.google\.protobuf:protobuf-java:/d' " ${DEPS} "
47- sed -i ' /^val DEPENDENCIES = listOf(/a\ "com.google.protobuf:protobuf-java:' " ${CUSTOM_VERSION} " ' ",' " ${DEPS} "
48-
4944echo " protobuf-java ${CUSTOM_VERSION} built and installed (UNSAFE disabled)."
You can’t perform that action at this time.
0 commit comments