We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb7af4 commit 6c70002Copy full SHA for 6c70002
1 file changed
nmcp/src/main/kotlin/nmcp/transport/transport.kt
@@ -142,6 +142,10 @@ internal class HttpTransport(
142
* I have seen 400 for this.
143
*/
144
appendLine(" - Does your artifact have a proper extension (.jar, .pom, ...)?")
145
+ /**
146
+ * I have seen 403 for this.
147
+ */
148
+ appendLine(" - Is your groupId correct?")
149
}
150
151
0 commit comments