From 84ee57a979ecb6f35340ae7b33850e16bdf4e93f Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 9 Dec 2017 08:59:51 -0800 Subject: [PATCH] Sign artifacts. --- kobalt/src/Build.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index b8da5e5b..1e44bbeb 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -80,6 +80,7 @@ val wrapper = project { bintray { publish = true + sign = true } pom = createPom(name, "Wrapper for Kobalt")