Compare commits
1 Commits
v1.1
...
2bf523b167
| Author | SHA1 | Date | |
|---|---|---|---|
|
2bf523b167
|
@@ -42,9 +42,9 @@ gradle githooks
|
||||
|
||||
## Подключение
|
||||
|
||||
```groovy
|
||||
//settings.gradle
|
||||
`settings.gradle`:
|
||||
|
||||
```groovy
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
@@ -53,9 +53,9 @@ pluginManagement {
|
||||
}
|
||||
```
|
||||
|
||||
```groovy
|
||||
//build.gradle
|
||||
`build.gradle`:
|
||||
|
||||
```groovy
|
||||
plugins {
|
||||
id "ru.di9.gradle.githooks" version "1.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user