Skip to content

Commit

Permalink
Update publishing config
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jan 24, 2025
1 parent c17d0e7 commit f1f8f88
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,33 +80,6 @@ publishing {

artifact("$buildDir/outputs/aar/sdk-release.aar")


// pom {
// name.set("Lantern SDK Android")
// description.set("A lightweight SDK for integrating Lantern proxy functionality in Android apps")
// url.set("https://github.com/getlantern/lanternsdk-android")

// licenses {
// license {
// name.set("Apache-2.0")
// url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
// }
// }

// developers {
// developer {
// id.set("getlantern")
// name.set("Lantern Team")
// email.set("[email protected]")
// }
// }

// scm {
// connection.set("scm:git:git://github.com/getlantern/lanternsdk-android.git")
// developerConnection.set("scm:git:ssh://github.com:getlantern/lanternsdk-android.git")
// url.set("https://github.com/getlantern/lanternsdk-android")
// }
// }
}
}

Expand All @@ -119,7 +92,6 @@ publishing {
password = project.findProperty("gpr.token") ?: System.getenv("GITHUB_TOKEN")
}
}
mavenCentral()
}
}

Expand Down

0 comments on commit f1f8f88

Please sign in to comment.