Skip to content

Commit

Permalink
fix: add support for 2025.1.x (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonvermeulen authored Jan 15, 2025
1 parent 8f57254 commit 4d47d69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pluginGroup = com.github.ramonvermeulen.dbtToolkit
pluginName = dbt-toolkit
pluginRepositoryUrl = https://github.com/ramonvermeulen/dbt-toolkit
# SemVer format -> https://semver.org
pluginVersion = 0.2.0
pluginVersion = 0.2.1

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
pluginUntilBuild = 243.*
pluginUntilBuild = 251.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand All @@ -30,4 +30,4 @@ kotlin.stdlib.default.dependency = false
org.gradle.configuration-cache = true

# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching = true
org.gradle.caching = true

0 comments on commit 4d47d69

Please sign in to comment.