We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16bc46 commit d2a31f9Copy full SHA for d2a31f9
pom.xml
@@ -64,6 +64,27 @@
64
</repository>
65
</distributionManagement>
66
67
+ <repositories>
68
+ <repository>
69
+ <snapshots>
70
+ <enabled>false</enabled>
71
+ </snapshots>
72
+ <id>central</id>
73
+ <name>bintray</name>
74
+ <url>https://jcenter.bintray.com</url>
75
+ </repository>
76
+ </repositories>
77
+ <pluginRepositories>
78
+ <pluginRepository>
79
80
81
82
83
+ <name>bintray-plugins</name>
84
85
+ </pluginRepository>
86
+ </pluginRepositories>
87
+
88
<build>
89
<resources>
90
<resource>
0 commit comments