Skip to content

Commit e1f683f

Browse files
committed
should actually work now
1 parent 430afe8 commit e1f683f

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.bob/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"ibm_current_mode": "ask"
3+
}

.github/workflows/ci-docs-compile-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-java@v5
2626
with:
2727
distribution: adopt
28-
java-version: 17
28+
java-version: 21
2929
cache: maven
3030

3131
- name: Build with Maven
@@ -34,12 +34,11 @@ jobs:
3434
run: |
3535
mvn install -pl astra-db-java -am -Dmaven.test.skip=true -Dgpg.skip
3636
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
37-
JAR_PATH="$HOME/.m2/repository/com/datastax/astra/astra-db-java/$VERSION/astra-db-java-$VERSION.jar"
38-
echo "jar_path=$JAR_PATH" >> $GITHUB_OUTPUT
37+
echo "version=$VERSION" >> $GITHUB_OUTPUT
3938
4039
- name: Run compilation tests
4140
uses: datastax/astra-client-docs-tests/.github/actions/test-compilation@master
4241
with:
4342
clients: 'java'
44-
args: -A java='files(\"${{ steps.build.outputs.jar_path }}\")'
43+
args: -A java='\"com.datastax.astra:astra-db-java:${{ steps.build.outputs.version }}\"'
4544
docs-repo-token: ${{ secrets.DOC_GITHUB_PAT_CROSS_ORG }}

0 commit comments

Comments
 (0)