-
I'm trying to combine the In plugins {
id("net.researchgate.release") version "3.0.2"
id("io.github.gradle-nexus.publish-plugin") version "1.2.0"
}
afterReleaseBuild.dependsOn("publishToSonatype", "...")
release {
// ...
}
nexusPublishing {
// ...
} When I run the
Directly invokig The full project consists of multiple modules, some of which are subject to the sonatype publication (as they contribute files via I do wonder how to correctly express that the I have a build scan available here: https://scans.gradle.com/s/53y4kncyxhqpe I'm not quite sure if this question is even related to this plugin or if I'm lacking general understanding of how task dependencies in gradle work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The solution is in a reply to that answer. The commit you mentioned uses Maven. I have found that Update. Especially that the build scan shows Btw, I migrated it from issues to the discussions. |
Beta Was this translation helpful? Give feedback.
The solution is in a reply to that answer.
The commit you mentioned uses Maven. I have found that
dev
uses Gradle, however, the CI build there seems to be green. Have you been able to resolve your issue in the meantime?Update. Especially that the build scan shows
The org.gradle.util.ConfigureUtil type has been deprecated.
which should no longer exist with 1.2.0 which is used in thedev
branch.Btw, I migrated it from issues to the discussions.