Skip to content

Commit

Permalink
[ci skip] Update SCM block
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Oct 4, 2023
1 parent 4be46a3 commit 5a077a6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ publishing {

name.set(project.name + " " + project.version)
description.set("A simple, lightweight and tiny wrapper for Java's HttpURLConnection")
url.set("https://github.com/Incendo/HTTP4J/")
url.set("https://github.com/IntellectualSites/HTTP4J/")

licenses {
license {
Expand All @@ -111,18 +111,21 @@ publishing {
developer {
id.set("Citymonstret")
name.set("Alexander Söderberg")
organization.set("IntellectualSites")
organizationUrl.set("https://github.com/IntellectualSites/")
}
}

scm {
url.set("https://github.com/Incendo/HTTP4J/")
connection.set("scm:https://Incendo@github.com/Incendo/HTTP4J.git")
developerConnection.set("scm:git://github.com/Incendo/HTTP4J.git")
url.set("https://github.com/IntellectualSites/HTTP4J/")
connection.set("scm:git:https://github.com/IntellectualSites/HTTP4J.git")
developerConnection.set("scm:git:git@github.com:IntellectualSites/HTTP4J.git")
tag.set("${project.version}")
}

issueManagement{
system.set("GitHub")
url.set("https://github.com/Incendo/HTTP4J/issues")
url.set("https://github.com/IntellectualSites/HTTP4J/issues")
}
}
}
Expand Down

0 comments on commit 5a077a6

Please sign in to comment.