Skip to content

Commit

Permalink
Version 0.0.2.1 (#5)
Browse files Browse the repository at this point in the history
Fix small bug
Add support for newest IntelliJ version
  • Loading branch information
arielkosacoff authored Apr 8, 2024
1 parent 72f96fa commit 4d6e6a7
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ pluginGroup = com.codacy.intellij.plugin
pluginName = codacy-intellij-plugin
pluginRepositoryUrl = https://github.com/codacy/codacy-intellij-extension
# SemVer format -> https://semver.org
pluginVersion = 0.0.2
pluginVersion = 0.0.2.1

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

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Binary file added releases/codacy-intellij-plugin-0.0.2.1.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ data class ResultReason(
)

data class ExpectedThreshold(
val threshold: Int,
val threshold: Double,
val minimumSeverity: String
)

0 comments on commit 4d6e6a7

Please sign in to comment.