Update maven repository URL
All checks were successful
build-and-test / test (push) Successful in 1m2s
build-and-test / build (push) Successful in 1m8s
build-and-test / generate-javadoc (push) Successful in 1m14s

This commit is contained in:
JeremyStar™ 2024-10-15 13:53:16 +02:00
parent 281e7db708
commit 643bda6c28
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
9 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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>
``` ```

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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