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