File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
distribution : zulu
32
32
- name : Report Coverage to Coveralls for Pull Requests
33
33
if : github.event_name == 'pull_request'
34
- run : ./mvnw test jacoco:report coveralls:report -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER
34
+ run : ./mvnw test jacoco:report coveralls:report -q - Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github -DpullRequest=$PR_NUMBER
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
PR_NUMBER : ${{ github.event.number }}
38
38
- name : Report Coverage to Coveralls for General Push
39
39
if : github.event_name == 'push'
40
- run : ./mvnw test jacoco:report coveralls:report -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github
40
+ run : ./mvnw test jacoco:report coveralls:report -q - Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github
41
41
env :
42
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 140
140
<osgi .dynamicImport>*</osgi .dynamicImport>
141
141
<spotbugs .onlyAnalyze>org.apache.ibatis.*</spotbugs .onlyAnalyze>
142
142
<project .build.outputTimestamp>1653336221</project .build.outputTimestamp>
143
+ <argLine >-Djdk.attach.allowAttachSelf -Xmx2048m</argLine >
143
144
</properties >
144
145
145
146
<dependencies >
331
332
<groupId >org.apache.maven.plugins</groupId >
332
333
<artifactId >maven-surefire-plugin</artifactId >
333
334
<configuration >
334
- <argLine >${argLine} -Xmx2048m</argLine >
335
335
<systemProperties >
336
336
<property >
337
337
<name >derby.stream.error.file</name >
You can’t perform that action at this time.
0 commit comments