Skip to content

Commit

Permalink
Add missing project information to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyJayJay committed Nov 9, 2022
1 parent c1ae28c commit a9bf464
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ publishing {
publications {
create<MavenPublication>("main") {
pom {
name.set("softauthn")
description.set("softauthn provides an implementation of the WebAuthn API and a software authenticator " +
"in Java, using the java-webauthn-server library for data models. It can be used to test " +
"WebAuthn backends.")
url.set("https://github.com/adessoSE/softauthn")
scm {
url.set("https://github.com/adessoSE/softauthn")
}
Expand Down

0 comments on commit a9bf464

Please sign in to comment.