From beb0f5708f117dd32b758ac4053837285a8618c5 Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Tue, 25 Dec 2018 18:28:07 +0100 Subject: [PATCH] Whoops... --- Core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }