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 {
|
||||
pom {
|
||||
project {
|
||||
groupId 'com.plotsquared'
|
||||
artifactId 'plotsquared-api'
|
||||
groupId 'com.github.intellectualsites.plotsquared'
|
||||
artifactId 'Plotsquared'
|
||||
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 {
|
||||
project {
|
||||
groupId 'com.plotsquared'
|
||||
artifactId 'plotsquared-api'
|
||||
groupId 'com.github.intellectualsites.plotsquared'
|
||||
artifactId 'Plotsquared'
|
||||
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