pom: set updatePolicy always for runelite snapshots
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -89,6 +89,10 @@
|
||||
<id>runelite</id>
|
||||
<name>RuneLite</name>
|
||||
<url>http://repo.runelite.net</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
@@ -100,6 +104,10 @@
|
||||
<id>runelite-plugins</id>
|
||||
<name>RuneLite Plugins</name>
|
||||
<url>http://repo.runelite.net</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user