Fix artifact ids

This commit is contained in:
Jason Penilla 2021-06-16 16:23:02 -07:00
parent 7be3024c75
commit a26d1aa427
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8
10 changed files with 46 additions and 40 deletions

View file

@ -16,10 +16,10 @@ index e431e3435737e28394d81b56568a08b3c3148b9b..c484aff2c192bf42059b5689327909e4
/.project
diff --git a/build.gradle.kts b/build.gradle.kts
new file mode 100644
index 0000000000000000000000000000000000000000..271a6672e7fe9ce51bf96c8c18f5579fc47b2414
index 0000000000000000000000000000000000000000..b378772dce6fddf0a3f24e1c48667602fc356e51
--- /dev/null
+++ b/build.gradle.kts
@@ -0,0 +1,66 @@
@@ -0,0 +1,67 @@
+import java.util.Locale
+
+plugins {
@ -55,6 +55,7 @@ index 0000000000000000000000000000000000000000..271a6672e7fe9ce51bf96c8c18f5579f
+
+configure<PublishingExtension> {
+ publications.create<MavenPublication>("maven") {
+ artifactId = project.name.toLowerCase(Locale.ENGLISH)
+ from(components["java"])
+ }
+}