mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-04-12 18:28:49 +00:00
Use the 'java-gradle-plugin' plugin for the plugin
This commit is contained in:
parent
c9da41bc52
commit
312f4e645b
@ -1,11 +1,16 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: "java-gradle-plugin"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile gradleApi()
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
trang {
|
||||
id = "trang"
|
||||
implementationClass = "trang.TrangPlugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// GAE
|
||||
|
@ -1 +0,0 @@
|
||||
implementation-class=trang.TrangPlugin
|
Loading…
x
Reference in New Issue
Block a user