Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
constraints {
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
}
testImplementation("org.assertj:assertj-core:3.27.3")
testImplementation("org.assertj:assertj-core:3.27.4")
}

// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
Expand Down Expand Up @@ -130,6 +130,6 @@
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
var channels = properties("pluginVersion").map { listOf(it.split('-').getOrElse(1) { "default" }.split('.').first()) }
channels

Check warning on line 133 in build.gradle.kts

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused expression

Expression is unused
}
}
Loading