質問編集履歴
1
curlの際のエラーメッセージの解釈を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -94,4 +94,6 @@
|
|
94
94
|
[{"id":"*","message":"Upload to snapshot repositories not supported, use the maven client."}][Pipeline] error
|
95
95
|
```
|
96
96
|
|
97
|
+
curl した際に得られた `Upload to snapshot repositories not supported, use the maven client.` というエラーメッセージにあるように、maven client (Gradle の [Maven Publish Plugin](https://docs.gradle.org/current/userguide/publishing_maven.html) や Maven の [Apache Maven Deploy Plugin](https://maven.apache.org/plugins/maven-deploy-plugin/)) を用いる必要があるのでしょうか?
|
98
|
+
|
97
99
|
宜しくおねがいします。
|