Skip to content

Commit

Permalink
add missing relocation pom properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Aug 7, 2024
1 parent 11524ed commit a7a5b39
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions warden-roboto/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,35 @@ publishing {
artifactId = "android-attestation"
version = artifactVersion

pom {
name.set("WARDEN-roboto")
description.set("Server-Side Android Attestation Library")
url.set("https://github.com/a-sit-plus/warden-roboto")
licenses {
license {
name.set("The Apache License, Version 2.0")
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
}
}
developers {
developer {
id.set("JesusMcCloud")
name.set("Bernd Prünster")
email.set("[email protected]")
}
developer {
id.set("nodh")
name.set("Christian Kollmann")
email.set("[email protected]")
}
}
scm {
connection.set("scm:git:[email protected]:a-sit-plus/warden-roboto.git")
developerConnection.set("scm:git:[email protected]:a-sit-plus/warden-roboto.git")
url.set("https://github.com/a-sit-plus/warden-roboto")
}
}

distributionManagement {
relocation {
// New artifact coordinates
Expand Down

0 comments on commit a7a5b39

Please sign in to comment.