File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
description = " Spring Aspects"
2
2
3
- // redefine the compileJava and compileTestJava tasks in order to
4
- // compile sources with ajc instead of javac
3
+ // Redefine the compileJava and compileTestJava tasks in order to compile sources with ajc instead of javac
5
4
6
5
configurations {
7
6
rt
@@ -81,8 +80,8 @@ compileTestJava {
81
80
82
81
dependencies {
83
82
aspects(project(" :spring-orm" ))
84
- ajc(" org.aspectj:aspectjtools:1.9.0.RC2" ) // for JDK 9 build compatibility
85
- rt(" org.aspectj:aspectjrt:1.9.0.RC2" ) // for JDK 9 build compatibility
83
+ ajc(" org.aspectj:aspectjtools:1.9.0.RC2" ) // for JDK 9+ build compatibility
84
+ rt(" org.aspectj:aspectjrt:1.9.0.RC2" ) // for JDK 9+ build compatibility
86
85
compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " ) // for Maven POM exposure
87
86
optional(project(" :spring-aop" )) // for @Async support
88
87
optional(project(" :spring-beans" )) // for @Configurable support
You can’t perform that action at this time.
0 commit comments