We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b9814 commit 66e6184Copy full SHA for 66e6184
tooling/hibernate-gradle-plugin/hibernate-gradle-plugin.gradle
@@ -171,7 +171,7 @@ gradle.taskGraph.whenReady { tg ->
171
}
172
173
// verify credentials for publishing the plugin up front to avoid any work (only if we are publishing)
174
- if ( tg.hasTask( ":publishPlugins" ) && project.tasks.publishPlugins.enabled ) {
+ if ( tg.hasTask( tasks.publishPlugins ) && project.tasks.publishPlugins.enabled ) {
175
// we are publishing the plugin - make sure there is a credentials pair
176
//
177
// first, check the `GRADLE_PUBLISH_KEY` / `GRADLE_PUBLISH_SECRET` combo (env vars)
0 commit comments