Skip to content

Commit

Permalink
chore: update compat
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Feb 5, 2024
1 parent 3851d47 commit 851b42c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ intellij {
pluginName = properties("pluginName")
version = properties("platformVersion")
type = properties("platformType")
updateSinceUntilBuild.set(false)

// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file.
plugins = properties("platformPlugins").map { it.split(',').map(String::trim).filter(String::isNotEmpty) }
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.caching=true

pluginRepositoryUrl = https://github.com/templ-go/templ-jetbrains
pluginName = Templ
pluginVersion = 0.0.11
pluginVersion = 0.0.12
pluginGroup = com.templ

platformType = IU
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<vendor url="https://templ.guide/">templ</vendor>

<idea-version since-build="232"/>

<description>Support for the Templ Programming Language</description>

<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit 851b42c

Please sign in to comment.