Skip to content

Commit

Permalink
build against platform 2024.1, #457
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 6, 2024
1 parent ca2b0a8 commit c68487c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 3.8.19

- Enable support for 2024.1, fixing ([#457](https://github.com/acejump/AceJump/issues/457))

## 3.8.18

- Disable tagging and jumping to folded regions ([#453](https://github.com/acejump/AceJump/issues/453)), thanks to [@chylex](https://github.com/chylex)
Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.changelog.date
plugins {
idea
kotlin("jvm") version "1.8.20" // https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
id("org.jetbrains.changelog") version "2.2.0"
id("com.github.ben-manes.versions") version "0.51.0"
}
Expand Down Expand Up @@ -32,7 +32,7 @@ tasks {
}

runPluginVerifier {
ideVersions = listOf("233.11361.10-EAP-SNAPSHOT")
ideVersions = listOf("241.*")
}

// Remove pending: https://youtrack.jetbrains.com/issue/IDEA-278926
Expand All @@ -54,7 +54,7 @@ kotlin {
}
}

val acejumpVersion = "3.8.18"
val acejumpVersion = "3.8.19"

changelog {
version = acejumpVersion
Expand All @@ -74,7 +74,7 @@ dependencies {
}

intellij {
version = "2023.3.4"
version = "2024.1"
pluginName = "AceJump"
updateSinceUntilBuild = false
plugins = listOf("java")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c68487c

Please sign in to comment.