mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-03-17 23:04:12 +01:00
add custom groovy plugin and its usage from local Maven storage
This commit is contained in:
11
15-use-custom-plugin/build.gradle
Normal file
11
15-use-custom-plugin/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.ysoft.training:lines-count:1.0'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'lines-count'
|
||||
|
||||
Reference in New Issue
Block a user