File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - Support for IntelliJ Platform 2025.1.*
10+
711## [ 0.10.3] - 2024-09-18
812
913### Added
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ intellijPlatform {
8888
8989 ideaVersion {
9090 sinceBuild = providers.gradleProperty(" pluginSinceBuild" )
91- untilBuild = providers.gradleProperty( " pluginUntilBuild " )
91+ untilBuild = provider { null } // no until version constraint
9292 }
9393 }
9494
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ pluginGroup=com.github.jozott00.wokwiintellij
33pluginName =wokwi-intellij
44pluginRepositoryUrl =https://github.com/Jozott00/wokwi-intellij
55# SemVer format -> https://semver.org
6- pluginVersion =0.10.3
6+ pluginVersion =0.10.4
77# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88pluginSinceBuild =242
9- pluginUntilBuild =243.*
9+ # Disabled until version constraint
10+ # pluginUntilBuild=243.*
1011# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1112platformType =IC
1213platformVersion =2024.2
You can’t perform that action at this time.
0 commit comments