Skip to content
Snippets Groups Projects
Commit ec860fd8 authored by dgelessus's avatar dgelessus
Browse files

Move signing.secretKeyRingFile from gradle.properties into build.gradle

This allows correctly setting it to an absolute path based on the
project directory. The location of the secret key ring is not sensitive
information, so it does not need to be stored encrypted.
parent c29919bb
No related branches found
No related tags found
No related merge requests found
Pipeline #39903 failed
......@@ -8,6 +8,8 @@ allprojects {
project.group = 'de.hhu.stups'
project.version = '3.3.0-SNAPSHOT'
project.ext.isSnapshot = project.version.endsWith("-SNAPSHOT")
ext."signing.secretKeyRingFile" = file("secring.gpg").absolutePath
}
wrapper {
......
U2FsdGVkX1+772WWsEs8y4Z+vdhQLZyW24cH/04lX8CxgZ4JycDLZWPBAc70ZGyT
w1lgwUF18NmTGDpjwyDkUQmXdYUHYRGUCLTeNays57gOaxEVQQz0zm0kKAISdnNW
9IgD8BI/lbftz7Y8dqxMUBxfcUTijzJfXz+uEK53jwBoxKYVznzzCCfwEv+1KMR9
oypMpm9HRBMEZyDkPRPJ2DKOFhW6YCdcszCjTNKmeJkOwVjfyltC43WXzcrzYKR/
S2pGjR+7mcBg9zq0yMI+1DgMWwmrAaLP9pKnyDqDgXK1yJIKKE80C4NkJN6XVhHc
qjWQ8xnLXRorA7j0lkWAhw==
U2FsdGVkX18nOHLNyyzYk3lwSF0IGgXp8ubFJuMWOPaMbTBmgRPWS/jQT4LO17HP
W5yqIb+NzcYqzLBohg9s9r4XFyoS5ic3TIyPp87IXzgWNh3gKV+F+DfbggwMjiyJ
0gZI+90cmkWXBDW7c3JijLOX2f0NATwuiwHFPau3FCKC0cp7uOArtqkbfZau2how
oP8hzzAue50fahPuBfg8h3OtofJW9x9UCUxxD/NXzD8VZFQabICUjI8mcjEcvaea
MqQn9JuoekIRPDUsUwZ9Er07OkzKXHB5c968S3DUP3w=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment