File tree 4 files changed +9
-1
lines changed
4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
16
16
- name : Set up JDK
17
- uses : actions/setup-java@v3
17
+ uses : actions/setup-java@v4
18
18
with :
19
19
distribution : ' adopt'
20
20
java-version : ' 17'
Original file line number Diff line number Diff line change 97
97
<version >${maven-surefire-plugin.version} </version >
98
98
<configuration >
99
99
<argLine >
100
+ ${argLine}
100
101
--add-opens java.base/java.lang=ALL-UNNAMED
101
102
--add-opens java.base/java.lang.invoke=ALL-UNNAMED
102
103
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
Original file line number Diff line number Diff line change 106
106
<artifactId >jacoco-maven-plugin</artifactId >
107
107
<version >${jacoco-maven-plugin.version} </version >
108
108
<executions >
109
+ <execution >
110
+ <id >default-prepare-agent</id >
111
+ <goals >
112
+ <goal >prepare-agent</goal >
113
+ </goals >
114
+ </execution >
109
115
<execution >
110
116
<id >report-aggregate</id >
111
117
<phase >package</phase >
Original file line number Diff line number Diff line change 87
87
<version >${jacoco-maven-plugin.version} </version >
88
88
<executions >
89
89
<execution >
90
+ <id >default-prepare-agent</id >
90
91
<goals >
91
92
<goal >prepare-agent</goal >
92
93
</goals >
You can’t perform that action at this time.
0 commit comments