Updates maven urls, fix #5011 (#5012)

* Updates maven urls

* Runs ensure up to date'
This commit is contained in:
Justin Black 2020-01-16 01:24:20 -08:00 committed by William Cheng
parent e09f1c9b37
commit fcdbcb095e
4 changed files with 8 additions and 6 deletions

View File

@ -13,6 +13,7 @@ wrapper {
buildscript {
repositories {
maven { url "https://repo1.maven.org/maven2" }
maven { url 'https://repo.jfrog.org/artifactory/gradle-plugins' }
}
dependencies {

View File

@ -47,7 +47,7 @@
<id>central</id>
<name>Maven Repository Switchboard</name>
<layout>default</layout>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -299,7 +299,7 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
@ -315,7 +315,7 @@
<runMultipleSimulations>true</runMultipleSimulations>
<includes>
<simulationClass>testapi</simulationClass>
</includes>
</configuration>
<executions>

View File

@ -13,6 +13,7 @@ wrapper {
buildscript {
repositories {
maven { url "https://repo1.maven.org/maven2" }
maven { url 'https://repo.jfrog.org/artifactory/gradle-plugins' }
}
dependencies {

View File

@ -47,7 +47,7 @@
<id>central</id>
<name>Maven Repository Switchboard</name>
<layout>default</layout>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -268,7 +268,7 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
@ -284,7 +284,7 @@
<runMultipleSimulations>true</runMultipleSimulations>
<includes>
<simulationClass>testapi</simulationClass>
</includes>
</configuration>
<executions>