1
0
mirror of synced 2026-05-22 21:33:16 +00:00

SEC-2206: Gradle Propdeps

This commit is contained in:
Rob Winch
2013-07-16 15:15:42 -05:00
parent 01230c76ef
commit e5fc063680
13 changed files with 63 additions and 110 deletions
@@ -33,7 +33,7 @@ class AspectJPlugin implements Plugin<Project> {
project.configurations.add('ajtools')
project.dependencies {
ajtools "org.aspectj:aspectjtools:${project.aspectjVersion}"
compile "org.aspectj:aspectjrt:${project.aspectjVersion}"
optional "org.aspectj:aspectjrt:${project.aspectjVersion}"
}
}