File tree Expand file tree Collapse file tree 10 files changed +11
-10
lines changed
sentry-spring-boot-starter Expand file tree Collapse file tree 10 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ object Config {
103103 val description = " SDK for sentry.io"
104104 val website = " https://sentry.io"
105105 val userOrg = " getsentry"
106- val repoName = " sentry-android"
106+ val androidRepoName = " sentry-android"
107+ val javaRepoName = " sentry-java"
107108 val licence = " MIT"
108109 val licenceUrl = " http://www.opensource.org/licenses/mit-license.php"
109110 val issueTracker = " https://github.com/getsentry/sentry-java/issues"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ configure<PublishExtension> {
102102 publishVersion = project.version.toString()
103103 desc = Config .Sentry .description
104104 website = Config .Sentry .website
105- repoName = Config .Sentry .repoName
105+ repoName = Config .Sentry .androidRepoName
106106 setLicences(Config .Sentry .licence)
107107 setLicenceUrls(Config .Sentry .licenceUrl)
108108 issueTracker = Config .Sentry .issueTracker
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ configure<PublishExtension> {
125125 publishVersion = project.version.toString()
126126 desc = Config .Sentry .description
127127 website = Config .Sentry .website
128- repoName = Config .Sentry .repoName
128+ repoName = Config .Sentry .androidRepoName
129129 setLicences(Config .Sentry .licence)
130130 setLicenceUrls(Config .Sentry .licenceUrl)
131131 issueTracker = Config .Sentry .issueTracker
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ configure<PublishExtension> {
8686 publishVersion = project.version.toString()
8787 desc = Config .Sentry .description
8888 website = Config .Sentry .website
89- repoName = Config .Sentry .repoName
89+ repoName = Config .Sentry .androidRepoName
9090 setLicences(Config .Sentry .licence)
9191 setLicenceUrls(Config .Sentry .licenceUrl)
9292 issueTracker = Config .Sentry .issueTracker
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ configure<PublishExtension> {
4141 publishVersion = project.version.toString()
4242 desc = Config .Sentry .description
4343 website = Config .Sentry .website
44- repoName = Config .Sentry .repoName
44+ repoName = Config .Sentry .androidRepoName
4545 setLicences(Config .Sentry .licence)
4646 setLicenceUrls(Config .Sentry .licenceUrl)
4747 issueTracker = Config .Sentry .issueTracker
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ configure<PublishExtension> {
8686 publishVersion = project.version.toString()
8787 desc = Config .Sentry .description
8888 website = Config .Sentry .website
89- repoName = Config .Sentry .repoName
89+ repoName = Config .Sentry .javaRepoName
9090 setLicences(Config .Sentry .licence)
9191 setLicenceUrls(Config .Sentry .licenceUrl)
9292 issueTracker = Config .Sentry .issueTracker
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ configure<PublishExtension> {
8585 publishVersion = project.version.toString()
8686 desc = Config .Sentry .description
8787 website = Config .Sentry .website
88- repoName = Config .Sentry .repoName
88+ repoName = Config .Sentry .javaRepoName
8989 setLicences(Config .Sentry .licence)
9090 setLicenceUrls(Config .Sentry .licenceUrl)
9191 issueTracker = Config .Sentry .issueTracker
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ configure<PublishExtension> {
107107 publishVersion = project.version.toString()
108108 desc = Config .Sentry .description
109109 website = Config .Sentry .website
110- repoName = Config .Sentry .repoName
110+ repoName = Config .Sentry .javaRepoName
111111 setLicences(Config .Sentry .licence)
112112 setLicenceUrls(Config .Sentry .licenceUrl)
113113 issueTracker = Config .Sentry .issueTracker
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ configure<PublishExtension> {
102102 publishVersion = project.version.toString()
103103 desc = Config .Sentry .description
104104 website = Config .Sentry .website
105- repoName = Config .Sentry .repoName
105+ repoName = Config .Sentry .javaRepoName
106106 setLicences(Config .Sentry .licence)
107107 setLicenceUrls(Config .Sentry .licenceUrl)
108108 issueTracker = Config .Sentry .issueTracker
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ configure<PublishExtension> {
8585 publishVersion = project.version.toString()
8686 desc = Config .Sentry .description
8787 website = Config .Sentry .website
88- repoName = Config .Sentry .repoName
88+ repoName = Config .Sentry .javaRepoName
8989 setLicences(Config .Sentry .licence)
9090 setLicenceUrls(Config .Sentry .licenceUrl)
9191 issueTracker = Config .Sentry .issueTracker
You can’t perform that action at this time.
0 commit comments