diff --git a/build.gradle b/build.gradle index 44167412b1d..f0514b1c0ea 100644 --- a/build.gradle +++ b/build.gradle @@ -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/" } diff --git a/installers/lobobrowser/cobra/0.98.4/cobra-0.98.4.jar b/installers/lobobrowser/cobra/0.98.4/cobra-0.98.4.jar new file mode 100644 index 00000000000..5c02e2ae614 Binary files /dev/null and b/installers/lobobrowser/cobra/0.98.4/cobra-0.98.4.jar differ diff --git a/installers/lobobrowser/cobra/0.98.4/cobra-0.98.4.pom b/installers/lobobrowser/cobra/0.98.4/cobra-0.98.4.pom new file mode 100644 index 00000000000..db7c955b32f --- /dev/null +++ b/installers/lobobrowser/cobra/0.98.4/cobra-0.98.4.pom @@ -0,0 +1,6 @@ + + 4.0.0 + lobobrowser + cobra + 0.98.4 + \ No newline at end of file