Skip to content

Commit

Permalink
Revert "Get publish consistent with itself"
Browse files Browse the repository at this point in the history
This reverts commit 6339d63.
  • Loading branch information
rjrjr committed Apr 3, 2024
1 parent 677a736 commit 44abcb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ subprojects {
configure<MavenPublishBaseExtension> {
publishToMavenCentral(SonatypeHost.S01)
signAllPublications()
pomFromGradleProperties()
}
}

Expand Down
2 changes: 1 addition & 1 deletion radiography/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("com.android.library")
kotlin("android")
id("com.vanniktech.maven.publish.base")
id("com.vanniktech.maven.publish")
}

android {
Expand Down

0 comments on commit 44abcb6

Please sign in to comment.