Skip to content

Commit

Permalink
remove left-overs
Browse files Browse the repository at this point in the history
  • Loading branch information
kahles committed Feb 8, 2024
1 parent efd744f commit 8fb10e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -124,4 +122,4 @@ nexusPublishing {

signing {
sign publishing.publications.release
}
}

0 comments on commit 8fb10e8

Please sign in to comment.