From 8fb10e8592172e7a3f2ae47099fca91ab065826a Mon Sep 17 00:00:00 2001 From: kahles Date: Thu, 8 Feb 2024 22:42:09 +0100 Subject: [PATCH] remove left-overs --- build.gradle | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 1fc33ce..39feb3f 100644 --- a/build.gradle +++ b/build.gradle @@ -32,8 +32,6 @@ repositories { dependencies { - implementation(platform("org.openrewrite.recipe:rewrite-recipe-bom:2.6.4")) - implementation 'org.slf4j:slf4j-api:1.7.36' testImplementation 'org.slf4j:slf4j-simple:1.7.36' @@ -79,7 +77,7 @@ publishing { pom { name = 'libZodiac' description = 'android framework providing functionality for building a lunar calendar' - url = 'https://github.com/kahles/libZodiac4A' + url = 'https://github.com/kahles/libZodiac' licenses { license { @@ -124,4 +122,4 @@ nexusPublishing { signing { sign publishing.publications.release -} \ No newline at end of file +}