We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85b891 commit 9618821Copy full SHA for 9618821
ci/scripts/publish-eclipse-update-site.sh
@@ -40,7 +40,7 @@ curl \
40
-f \
41
-X PUT \
42
-T "target/repository/content.jar" \
43
- "https://repo.spring.io/javaformat-eclipse-update-site" > /dev/null || { echo "Failed to publish" >&2; exit 1; }
+ "https://repo.spring.io/javaformat-eclipse-update-site/" > /dev/null || { echo "Failed to publish" >&2; exit 1; }
44
45
curl \
46
-s \
@@ -50,7 +50,7 @@ curl \
50
51
52
-T "target/repository/artifacts.jar" \
53
54
55
popd > /dev/null
56
0 commit comments