Skip to content

Commit edc7242

Browse files
authored
Merge pull request #367 from jeromepochat/exclude-gradle
Exclude useless `gradle` test dependency (fix typo)
2 parents b4bd933 + 19df78c commit edc7242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<scope>test</scope>
164164
<exclusions>
165165
<exclusion>
166-
<groupId>org.jenkins-ci.plugin</groupId>
166+
<groupId>org.jenkins-ci.plugins</groupId>
167167
<artifactId>gradle</artifactId>
168168
</exclusion>
169169
</exclusions>

0 commit comments

Comments
 (0)