1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-19 10:15:44 +02:00

Token-based auth for publishing the plugin

This commit is contained in:
Andrey Vlasovskikh 2019-07-02 18:40:23 +03:00
parent e2a8ba7f0c
commit 4cdbbaa35d
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ intellij {
publishPlugin {
channels publishChannels.split(',')
username publishUsername
password publishPassword
token publishToken
}
}

View File

@ -5,7 +5,7 @@ version=SNAPSHOT
javaVersion=1.8
kotlinVersion=1.3.40
publishUsername=username
publishPassword=password
publishToken=token
publishChannels=eap
# Since 192 version of IJ java plugin should be defined separately
# Set this value to true if you are going to run tests under idea version < 192