diff --git a/Core/build.gradle b/Core/build.gradle index 96a9d2d0c..6830f8d6c 100644 --- a/Core/build.gradle +++ b/Core/build.gradle @@ -35,7 +35,7 @@ task createPom { artifactId 'Plotsquared' version 'latest' } - }.writeTo("../mvn/com/github/intellectualsites/plotsquared/Plotsquared-Api/${project.parent.version}/Plotsquared-Api-latest.pom") + }.writeTo("../mvn/com/github/intellectualsites/plotsquared/Plotsquared-Api/latest/Plotsquared-Api-latest.pom") } }