Update maven repository URL
This commit is contained in:
parent
281e7db708
commit
643bda6c28
9 changed files with 11 additions and 11 deletions
|
@ -75,7 +75,7 @@ publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "staropensource"
|
name = "staropensource"
|
||||||
url = uri("https://mvn.staropensource.de/sosengine")
|
url = uri("https://mvn.staropensource.de/engine")
|
||||||
credentials(org.gradle.api.credentials.PasswordCredentials)
|
credentials(org.gradle.api.credentials.PasswordCredentials)
|
||||||
authentication {
|
authentication {
|
||||||
//noinspection GroovyAssignabilityCheck
|
//noinspection GroovyAssignabilityCheck
|
||||||
|
|
|
@ -107,7 +107,7 @@ publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "staropensource"
|
name = "staropensource"
|
||||||
url = uri("https://mvn.staropensource.de/sosengine")
|
url = uri("https://mvn.staropensource.de/engine")
|
||||||
credentials(org.gradle.api.credentials.PasswordCredentials)
|
credentials(org.gradle.api.credentials.PasswordCredentials)
|
||||||
authentication {
|
authentication {
|
||||||
//noinspection GroovyAssignabilityCheck
|
//noinspection GroovyAssignabilityCheck
|
||||||
|
|
|
@ -30,9 +30,9 @@ tasks.register("javadocAll", Javadoc) {
|
||||||
":base",
|
":base",
|
||||||
":ansi",
|
":ansi",
|
||||||
":slf4j-compat",
|
":slf4j-compat",
|
||||||
":notification",
|
|
||||||
":windowing",
|
":windowing",
|
||||||
":windowing:glfw",
|
":windowing:glfw",
|
||||||
|
":notification",
|
||||||
]
|
]
|
||||||
|
|
||||||
// Task metadata
|
// Task metadata
|
||||||
|
|
|
@ -20,8 +20,8 @@ repositories {
|
||||||
|
|
||||||
// sos!engine maven repository
|
// sos!engine maven repository
|
||||||
maven {
|
maven {
|
||||||
url "https://mvn.staropensource.de/sosengine"
|
|
||||||
name "staropensource-engine"
|
name "staropensource-engine"
|
||||||
|
url "https://mvn.staropensource.de/engine"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -33,8 +33,8 @@ repositories {
|
||||||
|
|
||||||
// sos!engine maven repository
|
// sos!engine maven repository
|
||||||
maven {
|
maven {
|
||||||
url = uri("https://mvn.staropensource.de/sosengine")
|
|
||||||
name = "staropensource-engine"
|
name = "staropensource-engine"
|
||||||
|
url = uri("https://mvn.staropensource.de/engine")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -90,8 +90,8 @@ Add StarOpenSource's maven repository to your `pom.xml` file first:
|
||||||
<!-- sos!engine maven repository -->
|
<!-- sos!engine maven repository -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>staropensource-engine</id>
|
<id>staropensource-engine</id>
|
||||||
<url>https://mvn.staropensource.de/sosengine</url>
|
|
||||||
<name>staropensource-engine</name>
|
<name>staropensource-engine</name>
|
||||||
|
<url>https://mvn.staropensource.de/engine</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
```
|
```
|
||||||
|
|
|
@ -72,7 +72,7 @@ publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "staropensource"
|
name = "staropensource"
|
||||||
url = uri("https://mvn.staropensource.de/sosengine")
|
url = uri("https://mvn.staropensource.de/engine")
|
||||||
credentials(org.gradle.api.credentials.PasswordCredentials)
|
credentials(org.gradle.api.credentials.PasswordCredentials)
|
||||||
authentication {
|
authentication {
|
||||||
//noinspection GroovyAssignabilityCheck
|
//noinspection GroovyAssignabilityCheck
|
||||||
|
|
|
@ -75,7 +75,7 @@ publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "staropensource"
|
name = "staropensource"
|
||||||
url = uri("https://mvn.staropensource.de/sosengine")
|
url = uri("https://mvn.staropensource.de/engine")
|
||||||
credentials(org.gradle.api.credentials.PasswordCredentials)
|
credentials(org.gradle.api.credentials.PasswordCredentials)
|
||||||
authentication {
|
authentication {
|
||||||
//noinspection GroovyAssignabilityCheck
|
//noinspection GroovyAssignabilityCheck
|
||||||
|
|
|
@ -76,7 +76,7 @@ publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "staropensource"
|
name = "staropensource"
|
||||||
url = uri("https://mvn.staropensource.de/sosengine")
|
url = uri("https://mvn.staropensource.de/engine")
|
||||||
credentials(org.gradle.api.credentials.PasswordCredentials)
|
credentials(org.gradle.api.credentials.PasswordCredentials)
|
||||||
authentication {
|
authentication {
|
||||||
//noinspection GroovyAssignabilityCheck
|
//noinspection GroovyAssignabilityCheck
|
||||||
|
|
|
@ -72,7 +72,7 @@ publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "staropensource"
|
name = "staropensource"
|
||||||
url = uri("https://mvn.staropensource.de/sosengine")
|
url = uri("https://mvn.staropensource.de/engine")
|
||||||
credentials(org.gradle.api.credentials.PasswordCredentials)
|
credentials(org.gradle.api.credentials.PasswordCredentials)
|
||||||
authentication {
|
authentication {
|
||||||
//noinspection GroovyAssignabilityCheck
|
//noinspection GroovyAssignabilityCheck
|
||||||
|
|
|
@ -128,7 +128,7 @@ publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
name = "staropensource"
|
name = "staropensource"
|
||||||
url = uri("https://mvn.staropensource.de/sosengine")
|
url = uri("https://mvn.staropensource.de/engine")
|
||||||
credentials(org.gradle.api.credentials.PasswordCredentials)
|
credentials(org.gradle.api.credentials.PasswordCredentials)
|
||||||
authentication {
|
authentication {
|
||||||
//noinspection GroovyAssignabilityCheck
|
//noinspection GroovyAssignabilityCheck
|
||||||
|
|
Loading…
Reference in a new issue