Skip to content

Commit 6c70002

Browse files
authored
Add one more thing to check in case of error (#204)
1 parent cdb7af4 commit 6c70002

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

nmcp/src/main/kotlin/nmcp/transport/transport.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ internal class HttpTransport(
142142
* I have seen 400 for this.
143143
*/
144144
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?")
145149
}
146150
}
147151
}

0 commit comments

Comments
 (0)