Skip to content

Commit

Permalink
chore(GHA PR build): turn on the cross compiler here too (#578)
Browse files Browse the repository at this point in the history
Not sure why I missed this before. I suppose just because it wasn't needed. In any event, I updated my script to add this going forward.
  • Loading branch information
plumpy committed Apr 2, 2020
1 parent e3d331d commit dc8d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build
env:
GRADLE_OPTS: -Xmx6g -Xms6g -Dorg.gradle.daemon=false
run: ./gradlew build javadoc
run: ./gradlew -PenableCrossCompilerPlugin=true build javadoc

0 comments on commit dc8d0d4

Please sign in to comment.