Skip to content

Commit 0c24607

Browse files
committed
18.1
2 parents 6d5960c + 775f7b4 commit 0c24607

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publishOnly.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ jobs:
1515

1616
publish_21:
1717
uses: sparkutils/building/.github/workflows/publish_build.yml@main
18-
needs: [noTest_builds_21, test_builds_21]
1918
with:
2019
theMatrix: |
2120
{
22-
"profile": ["Spark4", "Spark41", "17.3.dbr", "18.1.dbr"],
21+
"profile": ["18.1.dbr"],
2322
"scala": [ "dummy" ]
2423
}
2524
sparkVersion: 3.5.5
2625
hadoopVersion: 3
27-
jdk: 21
26+
jdk: 17
2827
mvnCliOpts: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
2928
mvnOpts: "-ea -XX:+IgnoreUnrecognizedVMOptions -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/sun.nio.cs=ALL-UNNAMED --add-opens java.base/sun.security.action=ALL-UNNAMED --add-opens java.base/sun.util.calendar=ALL-UNNAMED"
3029
secrets: inherit

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@
430430
<framelessOrg>com.sparkutils</framelessOrg>
431431

432432
<scalaCollectionCompatVersion>2.13.0</scalaCollectionCompatVersion>
433+
<javaLangVersion>17</javaLangVersion>
433434
</properties>
434435
</profile>
435436
</profiles>

0 commit comments

Comments
 (0)