merge 1.10

This commit is contained in:
2025-05-23 17:11:52 +03:00
18 changed files with 285 additions and 29 deletions

View File

@ -1,12 +1,9 @@
repositories {
mavenLocal()
maven {
url 'https://ncore-repo.red-soft.ru/repository/public'
if (project.credentials.user != null && project.credentials.password != null) {
credentials {
username project.credentials.user
password project.credentials.password
}
}
}
}
dependencies {
implementation("biz.redsoft.ncore:ncore:1.10.275.0")
updates("biz.redsoft.ncore:ncore:1.10.275.0:updates")
codemaker("biz.redsoft.ncore:ncore:1.10.275.0")
implementation("biz.redsoft.ncore:ncore-util:1.10.275.0")
implementation("biz.redsoft.ncore:ncore-cryptoapisec:1.10.275.0")
implementation("biz.redsoft.ncore:ncore-jna:1.10.275.0")
codemaker("biz.redsoft.ncore:ncore-gen:1.10.275.0")
}