1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-10 21:32:19 +01:00

Update contributors list

This commit is contained in:
Alex Plate 2021-05-17 19:38:12 +00:00
parent cb9eb8f67e
commit 8b5758fc37

11
settings.xml Normal file
View File

@ -0,0 +1,11 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>github</id>
<username>${env.GITHUB_ACTOR}</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
</settings>