Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Remove deprecated api
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasheine committed May 28, 2018
1 parent 42b0076 commit 7f0142d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/publish.gradle
Expand Up @@ -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 {
Expand Down

0 comments on commit 7f0142d

Please sign in to comment.