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 8085f4b commit f1413efCopy full SHA for f1413ef
.travis.yml
@@ -39,7 +39,7 @@ install:
39
40
script:
41
- ./gradlew checkFormat
42
- - ./gradlew test
+ - ./gradlew --info test
43
44
# Upload to sonatype oss for master snapshots
45
after_success:
appveyor.yml
@@ -10,7 +10,7 @@ build_script:
10
- gradlew assemble
11
12
test_script:
13
- - gradlew test
+ - gradlew --info test
14
# Check that the NativeLibLoader functions correctly
15
- ps: $(ls build\libs\tiledb-java-*.jar | % {$Env:CLASSPATH += $_.FullName + ";"})
16
- ps: java examples.io.tiledb.java.api.TileDBVersion
0 commit comments