Skip to content

Commit 72354d6

Browse files
authored
ci: add maven-central repository
1 parent 9ce355d commit 72354d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
</licenses>
4747

4848
<repositories>
49+
<repository>
50+
<id>central</id>
51+
<url>https://repo.maven.apache.org/maven2</url>
52+
<snapshots>
53+
<enabled>false</enabled>
54+
</snapshots>
55+
</repository>
4956
<repository>
5057
<id>FlowingCode Releases</id>
5158
<url>https://maven.flowingcode.com/releases</url>

0 commit comments

Comments
 (0)