mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Actually copy over the files as well...
This commit is contained in:
parent
beb0f5708f
commit
edc758334c
@ -18,8 +18,8 @@ processResources {
|
||||
}
|
||||
}
|
||||
|
||||
jar.archiveName = "plotsquared-api-${project.parent.version}.jar"
|
||||
jar.destinationDir = file '../mvn/com/plotsquared/plotsquared-api/' + project.parent.version
|
||||
jar.archiveName = "Plotsquared-Api-${project.parent.version}.jar"
|
||||
jar.destinationDir = file '../mvn/com/github/intellectualsites/plotsquared/Plotsquared-Api/' + project.parent.version
|
||||
task createPom {
|
||||
doLast {
|
||||
pom {
|
||||
@ -42,10 +42,10 @@ task createPom {
|
||||
task copyFiles {
|
||||
doLast {
|
||||
copy {
|
||||
from "../mvn/com/plotsquared/plotsquared-api/${project.parent.version}/"
|
||||
into '../mvn/com/plotsquared/plotsquared-api/latest/'
|
||||
from "../mvn/com/github/intellectualsites/plotsquared/Plotsquared-Api/${project.parent.version}/"
|
||||
into '../mvn/com/github/intellectualsites/plotsquared/Plotsquared-Api/latest/'
|
||||
include('*.jar')
|
||||
rename("plotsquared-api-${project.parent.version}.jar", 'plotsquared-api-latest.jar')
|
||||
rename("Plotsquared-Api-${project.parent.version}.jar", 'Plotsquared-Api-latest.jar')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user