build: добавлен maven local repository

This commit is contained in:
2025-08-19 14:32:51 +03:00
parent 1ab82458eb
commit c5a8837993

View File

@@ -8,6 +8,7 @@ group 'ru.di9'
version '1.9.2' version '1.9.2'
repositories { repositories {
mavenLocal()
mavenCentral() mavenCentral()
} }