Skip to content

Commit 7912509

Browse files
committed
Update publishPlugin configuration
1 parent 8ed950c commit 7912509

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ intellij {
4242
sandboxDirectory = project.rootDir.canonicalPath + '/.sandbox'
4343

4444
publishPlugin {
45-
username 'ollide'
46-
password JETBRAINS_PASSWORD
45+
token = System.getenv("ORG_GRADLE_PROJECT_intellijPublishToken")
4746
}
4847

4948
plugins = ['java']

0 commit comments

Comments
 (0)