You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tasks {
val needsSecrets by registering(GetVaultSecretTask::class) {
// The task will always be configured
throw RuntimeException()
}
}
If you execute gradle build, there will always be an error. Expected result: when using gradle buildcreating it leads to an error, but registering does not. registering should only lead to an error when the task is called directly.
The text was updated successfully, but these errors were encountered:
If you execute
gradle build
, there will always be an error. Expected result: when usinggradle build
creating
it leads to an error, butregistering
does not.registering
should only lead to an error when the task is called directly.The text was updated successfully, but these errors were encountered: