mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove .aj sources from spring-aspects jar
Issue: SPR-10179
This commit is contained in:
@@ -33,7 +33,7 @@ task compileJava(overwrite: true) {
|
||||
destDir: outputDir.absolutePath,
|
||||
aspectPath: configurations.aspects.asPath,
|
||||
inpath: configurations.ajInpath.asPath,
|
||||
sourceRootCopyFilter: "**/*.java",
|
||||
sourceRootCopyFilter: "**/*.java,**/*.aj",
|
||||
classpath: (sourceSets.main.runtimeClasspath + configurations.rt).asPath) {
|
||||
sourceroots {
|
||||
sourceSets.main.java.srcDirs.each {
|
||||
|
||||
Reference in New Issue
Block a user