There was an error while loading. Please reload this page.
1 parent 1df68f0 commit e44a8c2Copy full SHA for e44a8c2
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