We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe0723 commit 654a508Copy full SHA for 654a508
arkenv-yaml/build.gradle.kts
@@ -102,5 +102,9 @@ publishing {
102
103
signing {
104
isRequired = isReleaseVersion
105
+ useInMemoryPgpKeys(
106
+ System.getenv("ORG_GRADLE_PROJECT_signingKey"),
107
+ System.getenv("ORG_GRADLE_PROJECT_signingPassword")
108
+ )
109
sign(publishing.publications["maven"])
110
}
arkenv/build.gradle.kts
@@ -112,5 +112,9 @@ publishing {
112
113
114
115
116
117
118
119
120
0 commit comments