Slackbot
01/20/2023, 12:31 PMVampire
01/20/2023, 1:17 PMThomas Broyer
01/20/2023, 1:31 PMuseGpgCmd()
to use the GPG agent, and that configures a signatory IIUC, so there'll always be a signatory and signing wil always be performed , irrespective of required
.Vampire
01/20/2023, 1:40 PMThomas Broyer
01/20/2023, 3:08 PMVampire
01/20/2023, 3:09 PMVampire
01/20/2023, 3:10 PMThomas Broyer
01/20/2023, 3:16 PMWhat do you mean by "difference in usage"?Testing makes use of publishing but that's mainly an implementation detail to make the JARs accessible to the TestKit-driven builds, along with the dependency metadata. As long as I have a way to use the lib and processor libs in the test builds, I don't care whether that uses publishing or not (for this specific project, I could use an included build; because I don't have a test matrix with different Gradle versions; if that was the case, I couldn't do it as that would mean running the –included– build with various Gradle versions). So if reusing the existing publishing configuration breaks the workflow (by requiring signing), then maybe it just shouldn't be reused, as the goal is not to reuse it: it's just tentatively reused because it's already there.
Vampire
01/20/2023, 3:18 PMThomas Broyer
01/20/2023, 3:48 PMThomas Broyer
01/21/2023, 11:57 PM