We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b182e commit 7a7044fCopy full SHA for 7a7044f
1 file changed
pom.xml
@@ -23,6 +23,11 @@
23
<id>jcenter-repo</id>
24
<url>https://jcenter.bintray.com/</url>
25
</repository>
26
+
27
+ <repository>
28
+ <id>github</id>
29
+ <url>https://maven.pkg.github.com/xt449/${project.artifactId}/</url>
30
+ </repository>
31
</repositories>
32
33
<dependencies>
@@ -54,6 +59,13 @@
54
59
</dependency>
55
60
</dependencies>
56
61
62
+ <distributionManagement>
63
64
65
66
67
+ </distributionManagement>
68
57
69
<build>
58
70
<resources>
71
<resource>
0 commit comments