Skip to content

Commit

Permalink
Remove .aj sources from spring-aspects jar
Browse files Browse the repository at this point in the history
Issue: SPR-10179
  • Loading branch information
cbeams committed Jan 16, 2013
1 parent 1944550 commit e659dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-aspects/aspects.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e659dea

Please sign in to comment.