forked from loafle/openapi-generator-original
* Updates maven urls * Runs ensure up to date'
This commit is contained in:
parent
e09f1c9b37
commit
fcdbcb095e
@ -13,6 +13,7 @@ wrapper {
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
maven { url "https://repo1.maven.org/maven2" }
|
||||||
maven { url 'https://repo.jfrog.org/artifactory/gradle-plugins' }
|
maven { url 'https://repo.jfrog.org/artifactory/gradle-plugins' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<id>central</id>
|
<id>central</id>
|
||||||
<name>Maven Repository Switchboard</name>
|
<name>Maven Repository Switchboard</name>
|
||||||
<layout>default</layout>
|
<layout>default</layout>
|
||||||
<url>http://repo1.maven.org/maven2</url>
|
<url>https://repo1.maven.org/maven2</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
@ -299,7 +299,7 @@
|
|||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>net.alchim31.maven</groupId>
|
<groupId>net.alchim31.maven</groupId>
|
||||||
<artifactId>scala-maven-plugin</artifactId>
|
<artifactId>scala-maven-plugin</artifactId>
|
||||||
@ -315,7 +315,7 @@
|
|||||||
<runMultipleSimulations>true</runMultipleSimulations>
|
<runMultipleSimulations>true</runMultipleSimulations>
|
||||||
<includes>
|
<includes>
|
||||||
<simulationClass>testapi</simulationClass>
|
<simulationClass>testapi</simulationClass>
|
||||||
|
|
||||||
</includes>
|
</includes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
@ -13,6 +13,7 @@ wrapper {
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
maven { url "https://repo1.maven.org/maven2" }
|
||||||
maven { url 'https://repo.jfrog.org/artifactory/gradle-plugins' }
|
maven { url 'https://repo.jfrog.org/artifactory/gradle-plugins' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<id>central</id>
|
<id>central</id>
|
||||||
<name>Maven Repository Switchboard</name>
|
<name>Maven Repository Switchboard</name>
|
||||||
<layout>default</layout>
|
<layout>default</layout>
|
||||||
<url>http://repo1.maven.org/maven2</url>
|
<url>https://repo1.maven.org/maven2</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
@ -268,7 +268,7 @@
|
|||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>net.alchim31.maven</groupId>
|
<groupId>net.alchim31.maven</groupId>
|
||||||
<artifactId>scala-maven-plugin</artifactId>
|
<artifactId>scala-maven-plugin</artifactId>
|
||||||
@ -284,7 +284,7 @@
|
|||||||
<runMultipleSimulations>true</runMultipleSimulations>
|
<runMultipleSimulations>true</runMultipleSimulations>
|
||||||
<includes>
|
<includes>
|
||||||
<simulationClass>testapi</simulationClass>
|
<simulationClass>testapi</simulationClass>
|
||||||
|
|
||||||
</includes>
|
</includes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user