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
// see https://docs.gradle.org/current/userguide/signing_plugin.html#signing_plugin
signing.gnupg.executable=gpg
// when running in GnuPG <2.1: set legacy to true as it does not support --pinentry-mode=loopback
// see https://github.com/gradle/gradle/blob/master/subprojects/signing/src/main/java/org/gradle/plugins/signing/signatory/internal/gnupg/GnupgSignatory.java