OSSRH Sunset - switch to central (only that linktosriram's s3-lite isn't on there (yet) so we need to go through GitHub with auth)
This commit is contained in:
parent
9ece73bd80
commit
23f8b880a3
2 changed files with 11 additions and 0 deletions
|
|
@ -30,6 +30,12 @@ allprojects {
|
|||
repositories {
|
||||
mavenLocal()
|
||||
maven { url 'https://libraries.minecraft.net/' }
|
||||
maven { url "https://maven.pkg.github.com/linktosriram/s3-lite"
|
||||
credentials {
|
||||
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
|
||||
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
|
||||
}
|
||||
}
|
||||
maven { url "https://oss.sonatype.org/content/repositories/releases" }
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
|
||||
maven { url "https://repo.mikeprimm.com" }
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
org.gradle.jvmargs=-Xmx4G
|
||||
org.gradle.daemon=false
|
||||
org.gradle.parallel=false
|
||||
# GitHub user and password (workaround for OSSRH beeing sunset - https://central.sonatype.org/pages/ossrh-eol/
|
||||
# https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic
|
||||
# https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-to-github-packages
|
||||
gpr.user=""
|
||||
gpr.key=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue