mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-03-31 22:23:53 +02:00
add custom groovy plugin and its usage from local Maven storage
This commit is contained in:
12
14-custom-groovy-plugin/build.gradle
Normal file
12
14-custom-groovy-plugin/build.gradle
Normal file
@@ -0,0 +1,12 @@
|
||||
apply plugin: "groovy"
|
||||
apply plugin: "maven"
|
||||
|
||||
archivesBaseName = "lines-count"
|
||||
version = "1.0"
|
||||
group "com.ysoft.training"
|
||||
|
||||
dependencies {
|
||||
compile localGroovy()
|
||||
compile gradleApi()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user