diff --git a/build.gradle b/build.gradle index 30d51e7..9822453 100644 --- a/build.gradle +++ b/build.gradle @@ -152,7 +152,7 @@ publishing { repositories { maven { // NEVER RUN MANUALLY!!!!!!!!!! this is used by gh actions to commit these changes to the m2 repo - url = "file://${project.projectDir}/" + url = "file://${project.projectDir}/m2/" } } }