Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinVaadin committed Jan 16, 2025
1 parent 61f7d9d commit 18d3022
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.9.21"
id("org.jetbrains.intellij.platform") version "2.2.0"
id("org.jetbrains.intellij.platform") version "2.2.1"
id("com.diffplug.spotless") version "7.0.0.BETA2"

id("com.adarshr.test-logger") version "4.0.0"
Expand Down Expand Up @@ -108,7 +108,7 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {
tasks {
patchPluginXml {
sinceBuild.set("233")
untilBuild.set("251")
untilBuild.set("251.*")
}

signPlugin {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
id="HotSwap.debug"
class="com.vaadin.plugin.actions.DebugUsingHotSwapAgentAction"
text="Debug using HotSwapAgent"
icon="vaadin/icons/swap.svg">
icon="/vaadin/icons/rerun.svg">
<add-to-group group-id="RunDashboardContentToolbar"
relative-to-action="RunDashboard.Debug"
anchor="after"/>
Expand Down

0 comments on commit 18d3022

Please sign in to comment.