Skip to content

Commit

Permalink
Merge pull request #93 from witspirit/1671
Browse files Browse the repository at this point in the history
v1.67.1
  • Loading branch information
picimako authored Sep 30, 2024
2 parents 9411c92 + 1cec47b commit 7a3e28e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
</option>
<option name="taskNames">
<list>
<option value="runPluginVerifier" />
<option value="verifyPlugin" />
</list>
</option>
<option name="vmOptions" value="" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.67.1]
### Fixed
- Fixed the K2 compiler compatibility configuration.

## [1.67.0]
### Changed
- New supported IDE version range: 2024.2.1 - 2024.3.*.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.kumaraman21.intellijbehave
pluginName = JBehave Support
pluginRepositoryUrl = https:/witspirit/IntelliJBehave
# SemVer format -> https://semver.org
pluginVersion = 1.67.0
pluginVersion = 1.67.1

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 242.21829.142
Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
]]></description>
<vendor url="https:/witspirit" email="[email protected]">Bert Van Vlerken, Victor Rosenberg</vendor>

<idea-version since-build="242.21829.142" until-build="243.*"/>

<depends>com.intellij.modules.java</depends>
<depends optional="true" config-file="kotlin-config.xml">org.jetbrains.kotlin</depends>

Expand All @@ -64,7 +62,7 @@

<!-- See https://kotlin.github.io/analysis-api/declaring-k2-compatibility.html -->
<extensions defaultExtensionNs="org.jetbrains.kotlin">
<org.jetbrains.kotlin.supportsKotlinPluginMode supportsK2="true" />
<supportsKotlinPluginMode supportsK2="true" />
</extensions>

<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit 7a3e28e

Please sign in to comment.