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 1530c75 commit 588cd5cCopy full SHA for 588cd5c
tooling/hibernate-gradle-plugin/hibernate-gradle-plugin.gradle
@@ -134,7 +134,7 @@ tasks.publishPlugins.enabled !project.ormVersion.isSnapshot
134
135
gradle.taskGraph.whenReady { tg ->
136
// verify credentials for publishing the plugin up front to avoid any work (only if we are publishing)
137
- if ( tg.hasTask( ":publishPlugins" ) && project.tasks.publishPlugins.enabled ) {
+ if ( tg.hasTask( tasks.publishPlugins ) && project.tasks.publishPlugins.enabled ) {
138
// we are publishing the plugin - make sure there is a credentials pair
139
//
140
// first, check the `GRADLE_PUBLISH_KEY` / `GRADLE_PUBLISH_SECRET` combo (env vars)
0 commit comments