Skip to content

Commit 9820007

Browse files
committed
upgrade sinceBuild to idea 2025.1
1 parent 52911e3 commit 9820007

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
fail-fast: false
99
matrix:
1010
version:
11-
- { jdk: 21, idea: 2024.2 }
12-
- { jdk: 21, idea: 2024.3 }
1311
- { jdk: 21, idea: 2025.1 }
1412
- { jdk: 21, idea: 2025.2 }
1513
- { jdk: 21, idea: 2025.3 }
@@ -34,7 +32,7 @@ jobs:
3432
- name: 'Generate coverage report'
3533
run: ./gradlew --warning-mode=all jacocoTestReport
3634
- name: 'Upload coverage to Codecov'
37-
if: github.repository == 'mapstruct/mapstruct-idea' && matrix.version.idea == '2024.2'
35+
if: github.repository == 'mapstruct/mapstruct-idea' && matrix.version.idea == '2025.1'
3836
uses: codecov/codecov-action@v5
3937
with:
4038
fail_ci_if_error: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ intellijPlatform {
3737
projectName = 'MapStruct-Intellij-Plugin'
3838
pluginConfiguration {
3939
ideaVersion {
40-
sinceBuild = "242"
40+
sinceBuild = "251"
4141
untilBuild = provider { null } as Provider<? extends String>
4242
}
4343
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

5-
ideaVersion = 2024.2
5+
ideaVersion = 2025.1
66
sources = true
77
runGenerators = true
88
org.gradle.jvmargs=-Xmx1024m

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<vendor url="https://www.mapstruct.org">MapStruct</vendor>
2525

2626
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
27-
<idea-version since-build="242"/>
27+
<idea-version since-build="251"/>
2828

2929
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
3030
on how to target different products -->

0 commit comments

Comments
 (0)