Skip to content

Commit

Permalink
Update publishing.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaneg authored Jan 21, 2021
1 parent b7f6516 commit 3a4230e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ publishing {
}
}
scm {
connection = 'scm:git:git://github.com/UniVE-SSV/lisa.git'
developerConnection = 'scm:git:ssh://github.com/UniVE-SSV/lisa.git'
url = 'https://github.com/UniVE-SSV/lisa'
connection = 'scm:git:git://github.com/UniVE-SSV/tarsis.git'
developerConnection = 'scm:git:ssh://github.com/UniVE-SSV/tarsis.git'
url = 'https://github.com/UniVE-SSV/tarsis'
}
}
}
Expand All @@ -60,7 +60,7 @@ publishing {
}
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/UniVE-SSV/lisa"
url = "https://maven.pkg.github.com/UniVE-SSV/tarsis"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand All @@ -70,8 +70,8 @@ publishing {
}

signing {
def signingKey = System.getenv("SIGN_KEY")
def signingKey = System.getenv("SIGN_KEY")
def signingPassword = System.getenv("SIGN_PW")
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.mavenJava
}
}

0 comments on commit 3a4230e

Please sign in to comment.