We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99dab6 commit a0d9783Copy full SHA for a0d9783
2 files changed
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
8
- # Prepare and publish the plugin to JetBrains Marketplace repository
+ # Prepare and publish the GitHub releases
9
release:
10
name: Publish Plugin
11
runs-on: ubuntu-latest
qodana.yaml
@@ -2,7 +2,7 @@
2
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
3
4
version: "1.0"
-linter: jetbrains/qodana-jvm-community:2024.3
+linter: jetbrains/qodana-jvm-community:2025.3
projectJDK: "21"
profile:
name: Project Default
0 commit comments