Skip to content

Commit 70aa80b

Browse files
committed
ci: Add dependencyManagement (#3)
1 parent 92384bc commit 70aa80b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,11 @@
370370
</repository>
371371
</repositories>
372372

373+
<distributionManagement>
374+
<repository>
375+
<id>github</id>
376+
<name>GitHub Packages</name>
377+
<url>https://maven.pkg.github.com/explyt/java-sdk</url>
378+
</repository>
379+
</distributionManagement>
373380
</project>

0 commit comments

Comments
 (0)