File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1313 env :
1414 STTP_NATIVE : 1
1515 steps :
16+ - name : Set Java Opts
17+ run : |
18+ echo "JAVA_OPTS=-Xmx3000M -Dsbt.task.timings=true" >> $GITHUB_ENV
1619 - name : Checkout
1720 uses : actions/checkout@v2
1821 - name : Set up JDK 11
4649 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
4750 runs-on : ubuntu-20.04
4851 steps :
52+ - name : Set Java Opts
53+ run : |
54+ echo "JAVA_OPTS=-Xmx3000M -Dsbt.task.timings=true" >> $GITHUB_ENV
4955 - name : Checkout
5056 uses : actions/checkout@v2
5157 with :
8086 env :
8187 STTP_NATIVE : 1
8288 steps :
89+ - name : Set Java Opts
90+ run : |
91+ echo "JAVA_OPTS=-Xmx3000M -Dsbt.task.timings=true" >> $GITHUB_ENV
8392 - name : Checkout
8493 uses : actions/checkout@v2
8594 - name : Set up JDK 11
Original file line number Diff line number Diff line change 11runner.dialect = scala3
2- version = 3.5 . 9
2+ version = 3.6 . 0
33maxColumn = 120
You can’t perform that action at this time.
0 commit comments