mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-06-13 09:04:26 +02:00
add custom groovy plugin and its usage from local Maven storage
This commit is contained in:
@@ -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