Skip to content

Commit

Permalink
disable java version override
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 27, 2025
1 parent f5b5d4a commit 2c75f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: git diff ${{ github.base_ref }}
- run: mv out/mill-selective-execution/mill-selective-execution.json out/mill-selective-execution.json

- run: echo temurin:${{ inputs.java-version }} > .mill-jvm-version
# - run: echo temurin:${{ inputs.java-version }} > .mill-jvm-version
- run: chmod -R 777 . # normalize permissions before and after upload/download-artifact
- run: ./mill -i --debug -k selective.resolve 'example.javalib.basic[1-simple]._.server.test'
- run: ./mill -i --debug -k selective.resolveTree 'example.javalib.basic[1-simple]._.server.test'
Expand Down

0 comments on commit 2c75f05

Please sign in to comment.