Skip to content

Commit 75ce414

Browse files
committed
Remove toggle removal and minor bug fixes
1 parent 1980f04 commit 75ce414

5 files changed

Lines changed: 17 additions & 417 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.idealista"
8-
version = "1.1"
8+
version = "1.2"
99

1010
repositories {
1111
mavenCentral()
@@ -14,15 +14,10 @@ repositories {
1414
}
1515
}
1616

17-
// Configure Gradle IntelliJ Plugin
18-
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
1917
dependencies {
2018
intellijPlatform {
2119
create("IC", "2025.1")
2220
testFramework(org.jetbrains.intellij.platform.gradle.TestFrameworkType.Platform)
23-
24-
// Add necessary plugin dependencies for compilation here, example:
25-
// bundledPlugin("com.intellij.java")
2621
}
2722
}
2823

@@ -39,7 +34,6 @@ intellijPlatform {
3934
}
4035

4136
tasks {
42-
// Set the JVM compatibility versions
4337
withType<JavaCompile> {
4438
sourceCompatibility = "21"
4539
targetCompatibility = "21"

src/main/kotlin/com/idealista/togglehandler/DeleteToggleAction.kt

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/main/kotlin/com/idealista/togglehandler/DeleteToggleDialog.kt

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)