Skip to content

Commit

Permalink
chore: add issue tracker url to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
goatfryed committed Sep 22, 2024
1 parent bcdbceb commit 391ca4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ publishing {
developerConnection = 'scm:git:ssh://github.com/goatfryed/assert-baseline.git'
url = 'github.com/goatfryed/assert-baseline'
}

issueManagement {
system = 'GitHub'
url = 'https://github.com/goatfryed/assert-baseline/issues'
}
}
}
}
Expand Down

0 comments on commit 391ca4a

Please sign in to comment.