Skip to content

Commit db396d8

Browse files
authored
adding cobra and fixing repos (#6803)
1 parent 103553b commit db396d8

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

build.gradle

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,19 @@ mainClassName = project.hasProperty('mainClass') ? mainClass : 'pcgen.system.Mai
7171

7272
repositories {
7373
mavenCentral()
74-
ivy {
75-
url "http://pcgen.sourceforge.net/mvnrepo"
76-
allowInsecureProtocol = true
77-
patternLayout {
78-
artifact "[organisation]/jars/[artifact]-[revision].[ext]"
79-
}
80-
}
8174
ivy {
8275
name "fileRepo"
8376
url 'http://pc-gen.org/librepo/'
8477
allowInsecureProtocol = true
8578
}
79+
maven {
80+
name = 'free'
81+
url = 'https://java.freehep.org/maven2'
82+
}
83+
maven {
84+
name = 'local'
85+
url = 'installers'
86+
}
8687
maven {
8788
url "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"
8889
}
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>lobobrowser</groupId>
4+
<artifactId>cobra</artifactId>
5+
<version>0.98.4</version>
6+
</project>

0 commit comments

Comments
 (0)