Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Apply Gradle Qodana Plugin with snapshot version in Gradle configuration file an

```groovy
plugins {
id "org.jetbrains.qodana" version "2025.2.1-SNAPSHOT"
id "org.jetbrains.qodana" version "2025.2.2-SNAPSHOT"
}

qodana {
Expand All @@ -145,7 +145,7 @@ Apply Gradle Qodana Plugin with snapshot version in Gradle configuration file an

```kotlin
plugins {
id("org.jetbrains.qodana") version "2025.2.1-SNAPSHOT"
id("org.jetbrains.qodana") version "2025.2.2-SNAPSHOT"
}

qodana {
Expand Down
8 changes: 4 additions & 4 deletions GRADLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Apply Gradle plugin `org.jetbrains.qodana` in the Gradle configuration file:

```groovy
plugins {
id "org.jetbrains.qodana" version "2025.2.1"
id "org.jetbrains.qodana" version "2025.2.2"
}
```

- Kotlin DSL – `build.gradle.kts`

```kotlin
plugins {
id("org.jetbrains.qodana") version "2025.2.1"
id("org.jetbrains.qodana") version "2025.2.2"
}
```

Expand Down Expand Up @@ -64,7 +64,7 @@ Add this to your Gradle configuration file:
```groovy
plugins {
// applies Gradle Qodana plugin to use it in project
id "org.jetbrains.qodana" version "2025.2.1"
id "org.jetbrains.qodana" version "2025.2.2"
}

qodana {
Expand All @@ -82,7 +82,7 @@ Add this to your Gradle configuration file:
```kotlin
plugins {
// applies Gradle Qodana plugin to use it in project
id("org.jetbrains.qodana") version "2025.2.1"
id("org.jetbrains.qodana") version "2025.2.2"
}

qodana {
Expand Down
14 changes: 7 additions & 7 deletions common/cli.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "2025.2.1",
"version": "2025.2.2",
"checksum": {
"windows_x86_64": "134b8248ce23b7e471cdc32c1a917011f510bba9f5bf0ca5be32afcc86bc9547",
"linux_arm64": "efabe2eb9ec8a1e9794f0fe3e0a0ebf1ce7a20105dedd6baf0161503e84a438d",
"darwin_arm64": "43a92cc573a425a5ce305f61c675acc75f6bbcfb144649796edf5fc4c08fbfd4",
"darwin_x86_64": "dd0bd566a4e9eb41ff7e80607105ddd7e9e70c7fbda26771bf1d7608f332c9db",
"windows_arm64": "17c4e9db6e2d5bf82e63232ac893ff4d56bcbf22bc43fd99c69ab7a41dd2e188",
"linux_x86_64": "ed06fd82a8c408e12f2290d369cdd689e88bb3bac0a7e1e7808150eb1aedf54c"
"windows_x86_64": "38be97d7c2a3e6c2c307fb7d776c22ac5e959a9a3ec55ca10b184154aae33b60",
"linux_arm64": "59c988f19c5732363cbddf4c414a6cf7ffa75027c44d5e22c78b1075c755f1b1",
"darwin_arm64": "8a5444d1730b2cd93507f0f0bba6f4c37a77ac83d1d083b2dd9d8da6eac748af",
"darwin_x86_64": "f313ed0f7c13b8a806da6aca4d389acf5dc7687f27653e1ce675babf2a9d3b72",
"windows_arm64": "d7934295789b5e3661f7b1585b940ecb78dbfe6b210a8c85ca53cb7757e4189a",
"linux_x86_64": "c99447abd7f82cf75a5047747e72b7833b8445bb7e446ed824c2de9f48c7f67e"
}
}
2 changes: 1 addition & 1 deletion gitlab/__tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ so that the job will upload the files as the job artifacts:

\`\`\`yaml
include:
- component: $CI_SERVER_FQDN/qodana/qodana/[email protected].1
- component: $CI_SERVER_FQDN/qodana/qodana/[email protected].2
inputs:
upload-result: true
\`\`\`
Expand Down
Loading
Loading