Skip to content

Commit

Permalink
[ANDROAPP-6157] remove unused repositories and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed May 8, 2024
1 parent 259e7f4 commit ee84527
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions convention-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@ plugins {
}

repositories {
mavenCentral()
gradlePluginPortal() // To use 'maven-publish' and 'signing' plugins in our own plugin
}

dependencies {
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ publishing {

// Signing artifacts. Signing.* extra properties values will be used
signing {
println("Version: $version")
println("SigningPrivateKey: $signingPrivateKey")
setRequired({ !version.toString().endsWith("-SNAPSHOT") })
useInMemoryPgpKeys(signingPrivateKey, signingPassword)
sign(publishing.publications)
Expand Down

0 comments on commit ee84527

Please sign in to comment.