Skip to content

Commit

Permalink
adding cobra and fixing repos (#6803)
Browse files Browse the repository at this point in the history
  • Loading branch information
mertonmonk authored Jan 31, 2023
1 parent 103553b commit db396d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,19 @@ mainClassName = project.hasProperty('mainClass') ? mainClass : 'pcgen.system.Mai

repositories {
mavenCentral()
ivy {
url "http://pcgen.sourceforge.net/mvnrepo"
allowInsecureProtocol = true
patternLayout {
artifact "[organisation]/jars/[artifact]-[revision].[ext]"
}
}
ivy {
name "fileRepo"
url 'http://pc-gen.org/librepo/'
allowInsecureProtocol = true
}
maven {
name = 'free'
url = 'https://java.freehep.org/maven2'
}
maven {
name = 'local'
url = 'installers'
}
maven {
url "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"
}
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions installers/lobobrowser/cobra/0.98.4/cobra-0.98.4.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>lobobrowser</groupId>
<artifactId>cobra</artifactId>
<version>0.98.4</version>
</project>

0 comments on commit db396d8

Please sign in to comment.