Skip to content

Commit

Permalink
update pom-info
Browse files Browse the repository at this point in the history
  • Loading branch information
footaku committed Aug 3, 2023
1 parent 3dd55f7 commit d58da43
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,31 @@ publishing {
artifactId = "erai"
version = "0.0.1"

pom {
name.set("erai")
description.set("Extra Rules of Architecture Inspection")
url.set("https://github.com/footaku/erai")

licenses {
license {
name.set("The Apache License, Version 2.0")
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
}
}
developers {
developer {
id.set("footaku")
name.set("footaku")
email.set("[email protected]")
}
}
scm {
connection.set("scm:git:git://github.com/footaku/erai")
developerConnection.set("scm:git:git://github.com/footaku/erai")
url.set("https://github.com/footaku/erai/tree/main")
}
}

from(components["java"])
}
}
Expand Down

0 comments on commit d58da43

Please sign in to comment.