Skip to content

Commit

Permalink
Update central url (LotsOfPixelsStudios#17)
Browse files Browse the repository at this point in the history
* update repo url?
  • Loading branch information
12rcu authored Jan 17, 2024
1 parent f343db3 commit 248478f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ dependencies {

// https://mvnrepository.com/artifact/com.google.code.gson/gson
implementation(group = "com.google.code.gson", name = "gson", version = "2.8.9")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.3.31")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.0")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")

// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
implementation("ch.qos.logback:logback-classic:1.4.11")
implementation("ch.qos.logback:logback-classic:1.4.12")
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
implementation("org.slf4j:slf4j-api:2.0.9")

Expand Down Expand Up @@ -73,7 +73,7 @@ repositories {
nexusPublishing {
repositories {
sonatype { //only for users registered in Sonatype after 24 Feb 2021
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
username = System.getenv("MAVEN_USER_NAME")
password = System.getenv("MAVEN_USER_PASSWORD")
Expand Down

0 comments on commit 248478f

Please sign in to comment.