build: публикация

This commit is contained in:
2024-04-26 01:53:47 +03:00
parent 1b441c0a8d
commit e5f375155a
2 changed files with 30 additions and 17 deletions

View File

@@ -5,17 +5,11 @@
### Gradle
```groovy
implementation("ru.di9:xml-element:1.0")
repositories {
maven { url "https://di9.ru/git/api/packages/Voomra/maven" }
}
```
## Сборка
```shell
gradle build
```
## Установка в локальный Maven
```shell
gradle publishToMavenLocal
```groovy
implementation("ru.di9:xml-element:1.2.1")
```