Skip to content

Commit 4fe2598

Browse files
committed
Add common unix dep for osx
1 parent b0c32ce commit 4fe2598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
- script: |
1111
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
1212
mvn -B clean package -DskipTests
13-
mvn -B -pl transport-native-kqueue,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
13+
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
1414
else
1515
export DEBIAN_FRONTEND=noninteractive
1616
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5

0 commit comments

Comments
 (0)