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

Pull in changes to convert emma, aspectj and bundlor usage to plugins

This commit is contained in:
Luke Taylor
2011-02-16 15:57:22 +00:00
parent fd1a70edc2
commit db6edfb512
11 changed files with 351 additions and 117 deletions
+16
View File
@@ -32,7 +32,23 @@ dependencies {
compile 'com.google.appengine:appengine-tools-sdk:1.4.2'
}
dependencies{
compile "emma:emma:2.0.5312"
}
// Bundlor
dependencies {
compile 'com.springsource.bundlor:com.springsource.bundlor:1.0.0.RELEASE',
'com.springsource.bundlor:com.springsource.bundlor.blint:1.0.0.RELEASE'
}
task ide(type: Copy) {
from configurations.runtime
into 'ide'
}
apply plugin: 'idea'
ideaModule {
excludeDirs += file('.gradle')
}