Fix plugin ID
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
<!-- Make IDEA custom repository xml -->
|
<!-- Make IDEA custom repository xml -->
|
||||||
<echoxml file="${updatePlugins.xml}">
|
<echoxml file="${updatePlugins.xml}">
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin id="Kotlin" url="${plugin.repository.url}/${plugin.filename}" version="${plugin.version}"/>
|
<plugin id="org.jetbrains.kotlin" url="${plugin.repository.url}/${plugin.filename}" version="${plugin.version}"/>
|
||||||
</plugins>
|
</plugins>
|
||||||
</echoxml>
|
</echoxml>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user