Skip to content

Commit 6df0aea

Browse files
committed
Update project configuration
1 parent b67d5a6 commit 6df0aea

5 files changed

Lines changed: 8 additions & 15 deletions

File tree

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
fun properties(key: String) = project.findProperty(key).toString()
44

55
plugins {
6-
id("java")
76
id("org.jetbrains.kotlin.jvm") version "1.6.20"
87
id("org.jetbrains.intellij") version "1.7.0"
98
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginGroup = space.whitememory
1+
pluginGroup = space.whitememory.pythoninlayparams
22
pluginName = Python Inlay Params
33
pluginVersion = 0.1.0
44

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<idea-plugin>
33
<id>space.whitememory.python-inlay-params</id>
44
<name>Python Inlay Params</name>
5-
<vendor url="https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params">WhiteMemory99</vendor>
5+
<vendor>WhiteMemory99</vendor>
66

77
<description><![CDATA[
88
This plugin adds inlay parameter hints support for <b>Python</b>.

src/main/resources/META-INF/pluginIcon.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)