refac: смена группы и пакета
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -11,15 +11,15 @@ wrapper {
|
||||
distributionType = Wrapper.DistributionType.BIN
|
||||
}
|
||||
|
||||
project.group = "di9.gradle"
|
||||
project.group = "ru.di9.gradle"
|
||||
project.version = "1.0"
|
||||
|
||||
gradlePlugin.plugins {
|
||||
githooksPlugin {
|
||||
id = "di9.githooks"
|
||||
id = "ru.di9.gradle.githooks"
|
||||
displayName = "githooks plugin"
|
||||
description = "Simple githooks plugin"
|
||||
implementationClass = "di9.gradle.githooks.GitHooksPlugin"
|
||||
implementationClass = "ru.di9.gradle.githooks.GitHooksPlugin"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,8 +36,8 @@ publishing {
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
name = "DI9"
|
||||
url = System.getenv("GITEA_URI")
|
||||
name = "Di9"
|
||||
url = uri("https://di9.ru/git/api/packages/Voomra/maven")
|
||||
def giteaToken = System.getenv("GITEA_TOKEN")
|
||||
|
||||
credentials(HttpHeaderCredentials) {
|
||||
|
||||
Reference in New Issue
Block a user