Skip to content

Commit 4d6e6a7

Browse files
Version 0.0.2.1 (#5)
Fix small bug Add support for newest IntelliJ version
1 parent 72f96fa commit 4d6e6a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.codacy.intellij.plugin
44
pluginName = codacy-intellij-plugin
55
pluginRepositoryUrl = https://github.com/codacy/codacy-intellij-extension
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.2
7+
pluginVersion = 0.0.2.1
88

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

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = IC
20.8 MB
Binary file not shown.

src/main/kotlin/com/codacy/intellij/plugin/services/api/models/GetRepositoryPullRequestResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ data class ResultReason(
5858
)
5959

6060
data class ExpectedThreshold(
61-
val threshold: Int,
61+
val threshold: Double,
6262
val minimumSeverity: String
6363
)
6464

0 commit comments

Comments
 (0)