We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544f9bc commit 1c19d76Copy full SHA for 1c19d76
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ jobs:
20
- 21
21
- 17
22
- 11
23
- - 8
24
steps:
25
- uses: actions/checkout@v4
26
- name: Build with Maven
pom.xml
@@ -165,9 +165,9 @@
165
</executions>
166
</plugin>
167
<plugin>
168
- <groupId>org.eluder.coveralls</groupId>
+ <groupId>com.github.hazendaz.maven</groupId>
169
<artifactId>coveralls-maven-plugin</artifactId>
170
- <version>4.3.0</version>
+ <version>4.5.0</version>
171
172
</plugins>
173
</build>
0 commit comments