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.
2 parents f5cd354 + a27bf65 commit e8b4fe6Copy full SHA for e8b4fe6
docs/package.json
@@ -2,7 +2,7 @@
2
"dependencies": {
3
"antora": "3.2.0-alpha.4",
4
"@antora/atlas-extension": "1.0.0-alpha.2",
5
- "@antora/collector-extension": "1.0.0-alpha.3",
+ "@antora/collector-extension": "1.0.0-beta.3",
6
"@asciidoctor/tabs": "1.0.0-beta.6",
7
"@springio/antora-extensions": "1.11.1",
8
"@springio/asciidoctor-extensions": "1.0.0-alpha.14"
scripts/integration-tests.sh
@@ -1,7 +1,9 @@
1
#!/usr/bin/env bash
set -e
-rm ~/.testcontainers.properties
+if [ -f "~/.testcontainers.properties" ]; then
+ rm ~/.testcontainers.properties
+fi
echo 'testcontainers.reuse.enable=true' > ~/.testcontainers.properties
9
./mvnw clean install -B -Pdocs ${@}
0 commit comments