mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Addresses issues related to maven publish scm block (#4179)
- Fixes https://github.com/IntellectualSites/PlotSquared/issues/4158 - Fixes https://github.com/IntellectualSites/PlotSquared/issues/4159 - Resolves https://github.com/IntellectualSites/PlotSquared/issues/4160
This commit is contained in:
parent
c1555ddbc7
commit
d95c74d8c9
@ -171,8 +171,9 @@ subprojects {
|
|||||||
|
|
||||||
scm {
|
scm {
|
||||||
url.set("https://github.com/IntellectualSites/PlotSquared")
|
url.set("https://github.com/IntellectualSites/PlotSquared")
|
||||||
connection.set("scm:https://IntellectualSites@github.com/IntellectualSites/PlotSquared.git")
|
connection.set("scm:git:https://github.com/IntellectualSites/PlotSquared.git")
|
||||||
developerConnection.set("scm:git://github.com/IntellectualSites/PlotSquared.git")
|
developerConnection.set("scm:git:git@github.com:IntellectualSites/PlotSquared.git")
|
||||||
|
tag.set("${project.version}")
|
||||||
}
|
}
|
||||||
|
|
||||||
issueManagement {
|
issueManagement {
|
||||||
|
Loading…
Reference in New Issue
Block a user