Skip to content

Commit

Permalink
Update example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jul 1, 2023
1 parent 1afedb8 commit 6712b63
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,23 @@ plugins {
}

metadata {
moduleName.set("io.github.sgtsilvio.gradle.metadata")
readableName.set("Metadata for gradle projects")
moduleName.set("org.example.library")
readableName.set("Example library")
license {
apache2()
}
organization {
name.set("testorg")
url.set("https://www.testorg.example/")
name.set("Example Org")
url.set("https://www.example.org")
}
developers {
register("jdoe") {
fullName.set("John Doe")
email.set("john@doe.example")
email.set("john.doe@example.org")
}
}
github {
org.set("SgtSilvio")
repo.set("gradle-metadata")
org.set("example")
pages()
issues()
}
Expand Down

0 comments on commit 6712b63

Please sign in to comment.