~ remove 4thline

This commit is contained in:
Hans Mackowiak
2025-01-14 07:18:05 +01:00
parent 6e356d725a
commit c30716ec8a
3 changed files with 1 additions and 28 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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