mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Groovy Plugin compile buildSrc java files
This is necessary for java plugins to use the Groovy source code. Issue gh-9577
This commit is contained in:
parent
9c97970e26
commit
eb47aa79e2
@ -15,6 +15,17 @@ repositories {
|
||||
maven { url 'https://repo.spring.io/plugins-release/' }
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDirs = []
|
||||
}
|
||||
groovy {
|
||||
srcDirs += ["src/main/java"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
trang {
|
||||
|
Loading…
x
Reference in New Issue
Block a user