File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -523,13 +523,13 @@ stage('Non-default environments') {
523523 // so we skip them.
524524 String mavenBuildAdditionalArgs = ''' \
525525 -pl !documentation \
526- -pl !integrationtest/mapper/orm-spring \
527526 -pl !integrationtest/v5migrationhelper/orm \
528527 -pl !integrationtest/java/modules/orm-lucene \
529528 -pl !integrationtest/java/modules/orm-elasticsearch \
530529 -pl !integrationtest/java/modules/orm-outbox-polling-elasticsearch \
531530 -pl !lucene-next/documentation \
532531 -pl !lucene-next/integrationtest/java/modules/orm-lucene \
532+ -P !springITs \
533533 '''
534534 String mavenDockerArgs = " "
535535 def startedContainers = false
Original file line number Diff line number Diff line change 284284 <id >springITs</id >
285285 <activation >
286286 <!-- Hack to activate by default, except when explicitly disabled -->
287- <jdk >[17,)</jdk >
287+ <jdk >[17,25 )</jdk >
288288 </activation >
289289 <dependencies >
290290 <dependency >
You can’t perform that action at this time.
0 commit comments