mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Update maven info for Core
This commit is contained in:
parent
1ca50cdbd2
commit
71baee063c
@ -24,18 +24,18 @@ task createPom {
|
|||||||
doLast {
|
doLast {
|
||||||
pom {
|
pom {
|
||||||
project {
|
project {
|
||||||
groupId 'com.plotsquared'
|
groupId 'com.github.intellectualsites.plotsquared'
|
||||||
artifactId 'plotsquared-api'
|
artifactId 'Plotsquared'
|
||||||
version project.parent.version
|
version project.parent.version
|
||||||
}
|
}
|
||||||
}.writeTo("../mvn/com/plotsquared/plotsquared-api/${project.parent.version}/plotsquared-api-${project.parent.version}.pom")
|
}.writeTo("../mvn/com/github/intellectualsites/plotsquared/Plotsquared-Api/${project.parent.version}/Plotsquared-Api-${project.parent.version}.pom")
|
||||||
pom {
|
pom {
|
||||||
project {
|
project {
|
||||||
groupId 'com.plotsquared'
|
groupId 'com.github.intellectualsites.plotsquared'
|
||||||
artifactId 'plotsquared-api'
|
artifactId 'Plotsquared'
|
||||||
version 'latest'
|
version 'latest'
|
||||||
}
|
}
|
||||||
}.writeTo("../mvn/com/plotsquared/plotsquared-api/latest/plotsquared-api-latest.pom")
|
}.writeTo("../mvn/com/github/intellectualsites/plotsquared/Plotsquared-Api/${project.parent.version}/Plotsquared-Api-latest.pom")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user