From 7f0142d9e529e634e6d65ad69050297aee4e6a0a Mon Sep 17 00:00:00 2001 From: Tobias Heine Date: Mon, 28 May 2018 08:23:30 +0200 Subject: [PATCH] Remove deprecated api --- gradle/publish.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle/publish.gradle b/gradle/publish.gradle index 78bddf5..70a9d99 100644 --- a/gradle/publish.gradle +++ b/gradle/publish.gradle @@ -10,13 +10,14 @@ apply plugin: 'com.novoda.build-properties' buildProperties { secrets { - file(rootProject.file('secrets.properties'), ''' + using rootProject.file('secrets.properties') + description = ''' This file should contain: - git.username: the username used to push to the repo - git.password: the password used to push to the repo - gradle.publish.key: the key to publish the plugin to the Gradle Plugins Repository - gradle.publish.secret: the secret to publish the plugin to the Gradle Plugins Repository - ''') +''' } cli {