mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
~ remove 4thline
This commit is contained in:
@@ -4,15 +4,6 @@
|
|||||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
|
||||||
<mirrors>
|
|
||||||
<mirror>
|
|
||||||
<id>4thline-repo-http-unblocker</id>
|
|
||||||
<mirrorOf>4thline-repo</mirrorOf>
|
|
||||||
<name></name>
|
|
||||||
<url>http://4thline.org/m2</url>
|
|
||||||
</mirror>
|
|
||||||
</mirrors>
|
|
||||||
|
|
||||||
<servers>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>cardforge-repo</id>
|
<id>cardforge-repo</id>
|
||||||
@@ -20,4 +11,4 @@
|
|||||||
<password>${cardforge-repo.password}</password>
|
<password>${cardforge-repo.password}</password>
|
||||||
</server>
|
</server>
|
||||||
</servers>
|
</servers>
|
||||||
</settings>
|
</settings>
|
||||||
|
|||||||
@@ -10,16 +10,6 @@
|
|||||||
<artifactId>forge-gui</artifactId>
|
<artifactId>forge-gui</artifactId>
|
||||||
<name>Forge Gui</name>
|
<name>Forge Gui</name>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>4thline-repo</id>
|
|
||||||
<url>http://4thline.org/m2</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>forge</groupId>
|
<groupId>forge</groupId>
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
## This file must *NOT* be checked into Version Control Systems,
|
|
||||||
# as it contains information specific to your local configuration.
|
|
||||||
#
|
|
||||||
# Location of the SDK. This is only used by Gradle.
|
|
||||||
# For customization when using a Version Control System, please read the
|
|
||||||
# header note.
|
|
||||||
#Sun Sep 18 16:22:42 CEST 2022
|
|
||||||
sdk.dir=H\:\\Develop\\Android\\sdk\\current
|
|
||||||
Reference in New Issue
Block a user