Skip to content

Commit d2a31f9

Browse files
JD Core fix
1 parent f16bc46 commit d2a31f9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

+21
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,27 @@
6464
</repository>
6565
</distributionManagement>
6666

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+
<snapshots>
80+
<enabled>false</enabled>
81+
</snapshots>
82+
<id>central</id>
83+
<name>bintray-plugins</name>
84+
<url>https://jcenter.bintray.com</url>
85+
</pluginRepository>
86+
</pluginRepositories>
87+
6788
<build>
6889
<resources>
6990
<resource>

0 commit comments

Comments
 (0)