From 82d84d23446f6c2bbd59af087bbe4be77e3c9dbf Mon Sep 17 00:00:00 2001 From: SpaceFox Date: Wed, 2 Mar 2022 23:10:45 +0100 Subject: [PATCH] Release v1.1.1 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 5b9a622..1495b88 100644 --- a/build.gradle +++ b/build.gradle @@ -10,10 +10,7 @@ if (JavaVersion.current() < JavaVersion.VERSION_1_8) { } group 'fr.spacefox' -archivesBaseName = 'confusable-homoglyphs' -version '1.1.0' - -sourceCompatibility = 1.8 +version '1.1.1' repositories { mavenCentral() @@ -74,6 +71,9 @@ publishing { publications { mavenJava(MavenPublication) { pom { + groupId = project.group + name = project.name + from components.java name = 'Confusable Homoglyphs' description = 'A tool to deal with Unicode characters that looks like each other an can be confused - a.k.a confusable homoglyphs' url = 'https://github.com/SpaceFox/confusable-homoglyphs'