From 182973beaeee5c15d44406d9fe3ce6b9d46b8c71 Mon Sep 17 00:00:00 2001 From: Cat Core <34719527+thecatcore@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:01:54 +0200 Subject: [PATCH] Fix maven artifact --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48f5277..107bb57 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ publishing { Node groupId = dependency.appendChild(document.createElement('groupId')) groupId.setTextContent('babric') Node artifactId = dependency.appendChild(document.createElement('artifactId')) - artifactId.setTextContent('babric-loom') + artifactId.setTextContent('babric-loom-extension') Node version = dependency.appendChild(document.createElement('version')) version.setTextContent(baseVersion + '-SNAPSHOT') })