File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ echo "Publishing snapshot with jdk11"
24
24
export JAVA_HOME=" /opt/java/jdk11"
25
25
26
26
./gradlew -version
27
- ./gradlew publishSnapshots -PallScalaVersions=true
27
+ ./gradlew publishSnapshots
28
+ ./gradlew :bson-scala:publishSnapshots :driver-scala:publishSnapshots -PdefaultScalaVersions=2.11.12,2.12.10
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ configure(deployedProjects) {
19
19
20
20
def isScala = project. name. contains(' scala' )
21
21
def hasAllScalaVersions = project. hasProperty(' allScalaVersions' )
22
- def isInvalidScalaProject = isScala && ! hasAllScalaVersions
22
+ def isInvalidScalaProject = false // isScala && !hasAllScalaVersions // TODO JAVA-3564
23
23
24
24
task publishSnapshots {
25
25
group = ' publishing'
You can’t perform that action at this time.
0 commit comments