We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f6a39 commit 0e28bb9Copy full SHA for 0e28bb9
.github/workflows/ci.yml
@@ -38,9 +38,10 @@ jobs:
38
39
- name: Upload Artifacts
40
if: contains(github.ref, '/tags/v') && matrix.spark == '3.5.0'
41
+ # In Parallel mode, more than one repository will be created in sonatype, each incomplete,
42
+ # so disable it.
43
run: >
44
./gradlew publishMavenPublicationToSonatypeRepository
- # In Parallel mode, more than one repository will be created in sonatype, each incomplete
45
-Dorg.gradle.parallel=false
46
-Pscala.version=${{ matrix.scala }}
47
-Pspark.version=${{ matrix.spark}}
0 commit comments