From 586ffabc57efa79a30ff67221cea108066017d08 Mon Sep 17 00:00:00 2001 From: Graham Date: Fri, 10 Apr 2020 22:29:17 +0100 Subject: [PATCH] Set artifactId of all submodule to openrs2 Now we don't use Maven, the dev.openrs2:openrs2 Maven coordinates are available for use. I think using them for the end-user application packaged as a .zip file is reasonable. I don't intend to move the all submodule to the root build.gradle.kts file, as this would cause us to lose some of the benefits of supporting Gradle configuration on demand. Signed-off-by: Graham --- all/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/all/build.gradle.kts b/all/build.gradle.kts index 9bbaa3dc..0b4d0158 100644 --- a/all/build.gradle.kts +++ b/all/build.gradle.kts @@ -68,6 +68,7 @@ distributions { publishing { publications.create("maven") { + artifactId = "openrs2" artifact(tasks.named("shadowDistZip").get()) pom {