Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions platform/jvm/capture-timber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ publishing {
}

// TODO(murki): Using this requires further setup in CI and local (e.g. signing entries in the local gradle.properties file)
signing {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can also just comment this section out

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since this is the error

Execution failed for task ':capture-timber:signMavenPublication'.
> Task :capture-timber:signMavenPublication FAILED
> Cannot perform signing task ':capture-timber:signMavenPublication' because it has no configured signatory

and I haven't set up that part yet

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kk, will do that

sign(publishing.publications)
}
// signing {
// sign(publishing.publications)
// }
Loading