Version avec integration slave master

This commit is contained in:
OnlyPapy98
2026-04-01 19:51:19 +02:00
parent acc5ec1b70
commit 4eaca7e1d8
66 changed files with 3229 additions and 218 deletions

View File

@@ -16,6 +16,12 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven{
url = uri("https://jitpack.io")
content {
includeGroup("com.github.NaikSoftware")
}
}
}
}