Explorar o código

SEC-2647: Add integration test classpath in IntelliJ

Rob Winch %!s(int64=11) %!d(string=hai) anos
pai
achega
26ffbeadf0
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      gradle/javaprojects.gradle

+ 4 - 0
gradle/javaprojects.gradle

@@ -200,6 +200,10 @@ project.eclipseClasspath.doFirst {
    }
 }
 
+project.idea.module {
+    scopes.TEST.plus += [project.configurations.integrationTestRuntime]
+}
+
 task javadocJar(type: Jar) {
     classifier = 'javadoc'
     from javadoc