File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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
66sources = true
77runGenerators = true
88org.gradle.jvmargs =-Xmx1024m
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments