Skip to content

Commit

Permalink
Add issueManagement config
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Oct 12, 2024
1 parent 47096f8 commit f76b087
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ktorfit-annotations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ publishing {

pom {
name.set(project.name)
issueManagement {
system.set("GitHub")
url.set("https://github.com/Foso/Ktorfit/issues")
}
description.set("Ktorfit Annotations")
url.set("https://github.com/Foso/Ktorfit")

Expand Down
4 changes: 4 additions & 0 deletions ktorfit-converters/call/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ publishing {

pom {
name.set(project.name)
issueManagement {
system.set("GitHub")
url.set("https://github.com/Foso/Ktorfit/issues")
}
description.set("Call Converter for Ktorfit")
url.set("https://github.com/Foso/Ktorfit")

Expand Down
4 changes: 4 additions & 0 deletions ktorfit-converters/flow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ publishing {

pom {
name.set(project.name)
issueManagement {
system.set("GitHub")
url.set("https://github.com/Foso/Ktorfit/issues")
}
description.set("Flow Converter for Ktorfit")
url.set("https://github.com/Foso/Ktorfit")

Expand Down
4 changes: 4 additions & 0 deletions ktorfit-converters/response/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ publishing {

pom {
name.set(project.name)
issueManagement {
system.set("GitHub")
url.set("https://github.com/Foso/Ktorfit/issues")
}
description.set("Response Converter for Ktorfit")
url.set("https://github.com/Foso/Ktorfit")

Expand Down
4 changes: 4 additions & 0 deletions ktorfit-ksp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ publishing {

pom {
name.set(project.name)
issueManagement {
system.set("GitHub")
url.set("https://github.com/Foso/Ktorfit/issues")
}
description.set("KSP Plugin for Ktorfit")
url.set("https://github.com/Foso/Ktorfit")

Expand Down
4 changes: 4 additions & 0 deletions ktorfit-lib-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ publishing {

pom {
name.set(project.name)
issueManagement^ {
system.set("GitHub")
url.set("https://github.com/Foso/Ktorfit/issues")
}
description.set("Ktorfit Client Library (light)")
url.set("https://github.com/Foso/Ktorfit")

Expand Down
4 changes: 4 additions & 0 deletions ktorfit-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ publishing {

pom {
name.set(project.name)
issueManagement {
system.set("GitHub")
url.set("https://github.com/Foso/Ktorfit/issues")
}
description.set("Ktorfit Client Library")
url.set("https://github.com/Foso/Ktorfit")

Expand Down

0 comments on commit f76b087

Please sign in to comment.