We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c23ba9 commit f2f8fd7Copy full SHA for f2f8fd7
build.yaml
@@ -8,6 +8,7 @@ java:
8
- oraclejdk8
9
build:
10
- script: |
11
+ echo "OS VERSION ===== $OS_VERSION"
12
if [ "$OS_VERSION" = "osx/high-sierra" ]; then
13
mvn -B clean package -DskipTests
14
mvn -B -pl transport-native-unix-common,transport-native-kqueue -Partifactory deploy -DskipTests -DaltDeploymentRepository="artifactory::default::https://repo.datastax.com/datastax-releases-local"
0 commit comments