Skip to content
Snippets Groups Projects
Verified Commit f17e2085 authored by Torsten Grote's avatar Torsten Grote
Browse files

Sign releases with GPG as required by maven central

parent 53163953
No related branches found
No related tags found
No related merge requests found
Pipeline #10051 passed
......@@ -18,5 +18,3 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://git@code.briarproject.org:briar/dont-kill-m
POM_DEVELOPER_ID=grote
POM_DEVELOPER_NAME=Torsten Grote
POM_DEVELOPER_URL=https://github.com/grote/
RELEASE_SIGNING_ENABLED=false
......@@ -38,4 +38,8 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
signing {
useGpgCmd()
}
apply from: "${rootProject.rootDir}/gradle/ktlint.gradle"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment