Skip to content

Commit

Permalink
Correct publishing URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Oct 29, 2024
1 parent c1bc18f commit 5945f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ publishing {
pom {
name = project.name
description = 'A library usefull for unit testing memory leaks'
url = 'https://github.com/Sandec/jmemorybuddy'
url = 'https://github.com/Sandec/JMemoryBuddy'

scm {
connection = 'https://github.com/Sandec/JMemoryBuddy.git'
developerConnection = 'https://github.com/Sandec/JMemoryBuddy.git'
url = 'https://github.com/Sandec/JMemoryBuddy.git'
url = 'https://github.com/Sandec/JMemoryBuddy'
}

licenses {
Expand Down

0 comments on commit 5945f55

Please sign in to comment.