Skip to content

Commit

Permalink
Fix name in POMs (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates authored Jan 30, 2023
1 parent 1ae0778 commit 4f1d9a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
/**
* Configuration for Creek Gradle plugin publishing.
*
* <p>Version: 1.2
* <p>Version: 1.3
* - 1.3: Switch to setting 'system' from issue-management
*
* <p>Apply this plugin to any module publishing a Gradle plugin.
*
Expand Down Expand Up @@ -115,7 +116,7 @@ publishing {
}

issueManagement {
name.set("GitHub issues")
system.set("GitHub issues")
url.set("https://github.com/creek-service/${rootProject.name}/issues")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
/**
* Standard configuration for Creek library publishing
*
* <p>Version: 1.2
* <p>Version: 1.3
* - 1.3: Switch to setting 'system' from issue-management
*
* <p> Apply this plugin only to subprojects if in multi-module setup.
*
Expand Down Expand Up @@ -113,7 +114,7 @@ publishing {
}

issueManagement {
name.set("GitHub issues")
system.set("GitHub issues")
url.set("https://github.com/creek-service/${rootProject.name}/issues")
}
}
Expand Down

0 comments on commit 4f1d9a0

Please sign in to comment.