File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "ibm_current_mode" : " ask"
3+ }
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments