Skip to content

Commit 52a20d0

Browse files
committed
Update coveralls for Java 11
1 parent 7053c5f commit 52a20d0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up JDK
2828
uses: actions/setup-java@v3
2929
with:
30-
java-version: 8
30+
java-version: 11
3131
distribution: zulu
3232
- name: Report Coverage to Coveralls for Pull Requests
3333
if: github.event_name == 'pull_request'

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,17 @@
168168
<plugin>
169169
<groupId>org.eluder.coveralls</groupId>
170170
<artifactId>coveralls-maven-plugin</artifactId>
171+
<version>4.3.0</version>
171172
<configuration>
172173
<sourceDirectories>src/main/java,src/main/kotlin</sourceDirectories>
173174
</configuration>
175+
<dependencies>
176+
<dependency>
177+
<groupId>javax.xml.bind</groupId>
178+
<artifactId>jaxb-api</artifactId>
179+
<version>2.3.1</version>
180+
</dependency>
181+
</dependencies>
174182
</plugin>
175183
<plugin>
176184
<groupId>com.mycila</groupId>

0 commit comments

Comments
 (0)