1
0
mirror of synced 2026-08-05 09:47:05 +00:00

SEC-2647: Add integration test classpath in IntelliJ

This commit is contained in:
Rob Winch
2014-06-11 14:00:18 -05:00
parent e86cbc8731
commit 26ffbeadf0
+4
View File
@@ -200,6 +200,10 @@ project.eclipseClasspath.doFirst {
}
}
project.idea.module {
scopes.TEST.plus += [project.configurations.integrationTestRuntime]
}
task javadocJar(type: Jar) {
classifier = 'javadoc'
from javadoc