Use the 'java-gradle-plugin' plugin for the plugin
This commit is contained in:
@@ -1,11 +1,16 @@
|
|||||||
apply plugin: 'java'
|
apply plugin: "java-gradle-plugin"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
gradlePlugin {
|
||||||
compile gradleApi()
|
plugins {
|
||||||
|
trang {
|
||||||
|
id = "trang"
|
||||||
|
implementationClass = "trang.TrangPlugin"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// GAE
|
// GAE
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
implementation-class=trang.TrangPlugin
|
|
||||||
Reference in New Issue
Block a user