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 @@ -522,13 +522,13 @@ stage('Non-default environments') {
522522 // so we skip them.
523523 String mavenBuildAdditionalArgs = ''' \
524524 -pl !documentation \
525- -pl !integrationtest/mapper/orm-spring \
526525 -pl !integrationtest/v5migrationhelper/orm \
527526 -pl !integrationtest/java/modules/orm-lucene \
528527 -pl !integrationtest/java/modules/orm-elasticsearch \
529528 -pl !integrationtest/java/modules/orm-outbox-polling-elasticsearch \
530529 -pl !lucene-next/documentation \
531530 -pl !lucene-next/integrationtest/java/modules/orm-lucene \
531+ -P !springITs \
532532 '''
533533 String mavenDockerArgs = " "
534534 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