TP-12345 | Refactor | Publishing (#431)

This commit is contained in:
Shivam Goyal
2024-05-05 10:01:54 -07:00
committed by GitHub
parent 4358284a03
commit 213ea47018
78 changed files with 406 additions and 562 deletions

View File

@@ -20,6 +20,9 @@ allprojects {
mavenCentral()
gradlePluginPortal()
maven { url 'https://jitpack.io' }
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
maven {
credentials {
username 'nexus-user'
@@ -34,9 +37,6 @@ allprojects {
}
url "https://nexus.cmd.navi-tech.in/repository/maven-releases"
}
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
}