Skip to content

Commit

Permalink
Chore: adjust publishing settings for org repo
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Jan 14, 2025
1 parent 5e5e8d4 commit 04ee552
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions p2pml/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ afterEvaluate {
version = "0.0.1-SNAPSHOT"

pom {
name.set("p2pml")
name.set("P2P Media Loader Mobile")
description.set("A sample Kotlin/Android library for P2P media streaming")
url.set("https://github.com/DimaDemchenko/p2pml-kotlin")
url.set("https://github.com/Novage/p2p-media-loader-mobile")
licenses {
license {
name.set("MIT License")
url.set("https://opensource.org/licenses/MIT")
}
}
scm {
connection.set("scm:git:git://github.com/DimaDemchenko/p2pml-kotlin.git")
developerConnection.set("scm:git:ssh://github.com:DimaDemchenko/p2pml-kotlin.git")
url.set("https://github.com/DimaDemchenko/p2pml-kotlin")
connection.set("scm:git:git://github.com/Novage/p2p-media-loader-mobile.git")
developerConnection.set("scm:git:ssh://github.com:Novage/p2p-media-loader-mobile.git")
url.set("https://github.com/Novage/p2p-media-loader-mobile")
}
developers {
developer {
Expand All @@ -87,7 +87,7 @@ afterEvaluate {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/DimaDemchenko/p2pml-kotlin")
url = uri("https://maven.pkg.github.com/Novage/p2p-media-loader-mobile")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: ""
password = System.getenv("GITHUB_TOKEN") ?: ""
Expand Down

0 comments on commit 04ee552

Please sign in to comment.