Skip to content

Commit

Permalink
Fix Tests & verify
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed Aug 1, 2024
1 parent 63f687a commit 8d46835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ intellijPlatform {

ideaVersion {
sinceBuild = providers.gradleProperty("pluginSinceBuild")
untilBuild = providers.gradleProperty("pluginUntilBuild")
untilBuild = providers.gradleProperty("pluginUntilBuild").map { it.ifEmpty { null } }
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platformVersion = 2022.3
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
platformPlugins = dev.blachut.svelte.lang:223.7571.203, org.jetbrains.plugins.vue:223.7571.233
# Example: platformBundledPlugins = com.intellij.java
platformBundledPlugins = JavaScript
platformBundledPlugins = JavaScript, intellij.webpack

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.9
Expand Down

0 comments on commit 8d46835

Please sign in to comment.