Skip to content

Commit

Permalink
Adds a example properties and uses token to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbukkit committed Jan 22, 2019
1 parent 8ba28c1 commit 9c7ce19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ patchPluginXml {
publishPlugin {
// Publishing with gradle.properties
username project.ext.properties.publishUsername
password project.ext.properties.publishPassword
token project.ext.properties.publishToken
}
4 changes: 4 additions & 0 deletions gradle.example.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
publishUsername=YourUsername
# This is your publish token. You read on this page how to get a token:
# http://www.jetbrains.org/intellij/sdk/docs/plugin_repository/api/plugin_upload.html
publishToken=perm:12334

0 comments on commit 9c7ce19

Please sign in to comment.