There was an error while loading. Please reload this page.
1 parent b852a2f commit b2c4d3fCopy full SHA for b2c4d3f
1 file changed
pom.xml
@@ -390,6 +390,13 @@
390
<tagNameFormat>v@{project.version}</tagNameFormat>
391
<localCheckout>true</localCheckout>
392
</configuration>
393
+ <dependencies>
394
+ <dependency>
395
+ <groupId>org.kohsuke</groupId>
396
+ <artifactId>github-api</artifactId>
397
+ <version>1.132</version>
398
+ </dependency>
399
+ </dependencies>
400
</plugin>
401
<!-- Setup Checkstyle, excluding module-info -->
402
<plugin>
0 commit comments