File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -46,5 +46,10 @@ automatically. This will include the changelog generated earlier.
4646Execute the following gradle task:
4747
4848``` bash
49- IJ_REPO_USERNAME=youruser IJ_REPO_PASSWORD=yourpassword ./gradlew clean buildPlugin publishPlugin
49+ IJ_TOKEN=yourtoken ./gradlew clean buildPlugin publishPlugin
5050```
51+
52+ Token documentation:
53+
54+ * http://www.jetbrains.org/intellij/sdk/docs/plugin_repository/api/plugin_upload.html
55+ * https://www.jetbrains.com/help/hub/Manage-Permanent-Tokens.html
Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ patchPluginXml {
9696}
9797
9898publishPlugin {
99- username System . getenv(' IJ_REPO_USERNAME' )
100- password System . getenv(' IJ_REPO_PASSWORD' )
99+ token System . getenv(' IJ_TOKEN' )
101100}
102101
103102group ' fr.adrienbrault.idea.symfony2plugin'
You can’t perform that action at this time.
0 commit comments