File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ You can find the plugin on [IntelliJ marketplace](https://plugins.jetbrains.com/
1515
1616Manually verified with these products…
1717
18- - IntelliJ IDEA Community Edition 2024.3 +
19- - IntelliJ IDEA Ultimate 2024.3 +
20- - PhpStorm 2024.3 +
21- - WebStorm 2024.3 +
18+ - IntelliJ IDEA Community Edition 2025.1 +
19+ - IntelliJ IDEA Ultimate 2025.1 +
20+ - PhpStorm 2025.1 +
21+ - WebStorm 2025.1 +
2222
2323## ❤️🙏 Love & Thanks
2424
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ fun properties(key: String) = providers.gradleProperty(key)
55plugins {
66 id(" java" )
77 id(" org.jetbrains.kotlin.jvm" ) version " 2.0.10"
8- id(" org.jetbrains.intellij.platform" ) version " 2.0.1 "
8+ id(" org.jetbrains.intellij.platform" ) version " 2.5.0 "
99}
1010
1111group = properties(" pluginGroup" ).get()
@@ -24,7 +24,6 @@ dependencies {
2424 val type = properties(" platformType" ).get()
2525 val version = properties(" platformVersion" ).get()
2626 create(type, version)
27- instrumentationTools()
2827 }
2928}
3029
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ org.gradle.caching=true
77
88pluginName =html-attribute-folder
99pluginGroup =dev.zbinski
10- pluginVersion =1.1.3
11- platformVersion =2024.3
10+ pluginVersion =1.2.0
11+ platformVersion =2025.1
1212# @see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-types.html#IntelliJPlatformType
1313platformType =IC
14- pluginSinceBuild =231
15- pluginUntilBuild =243.*
14+ # @see https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions
15+ pluginSinceBuild =251
16+ pluginUntilBuild =251.*
1617javaVersion =21
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 .1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 77 Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
88 <name >HTML Attribute Folder</name >
99
10- <version >1.1.3 </version >
10+ <version >1.2.0 </version >
1111
1212 <!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
1313 <
vendor email =
" [email protected] " url =
" https://zbinski.dev" >Dawid Zbiński</
vendor >
You can’t perform that action at this time.
0 commit comments