|  | @@ -30,7 +30,6 @@ class RestTestPlugin implements Plugin<Project> {
 | 
											
												
													
														|  |      void apply(Project project) {
 |  |      void apply(Project project) {
 | 
											
												
													
														|  |          project.pluginManager.apply('java-base')
 |  |          project.pluginManager.apply('java-base')
 | 
											
												
													
														|  |          project.pluginManager.apply('carrotsearch.randomized-testing')
 |  |          project.pluginManager.apply('carrotsearch.randomized-testing')
 | 
											
												
													
														|  | -        project.pluginManager.apply('idea')
 |  | 
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          // remove some unnecessary tasks for a qa test
 |  |          // remove some unnecessary tasks for a qa test
 | 
											
												
													
														|  |          project.tasks.removeAll { it.name in ['assemble', 'buildDependents'] }
 |  |          project.tasks.removeAll { it.name in ['assemble', 'buildDependents'] }
 | 
											
										
											
												
													
														|  | @@ -53,6 +52,7 @@ class RestTestPlugin implements Plugin<Project> {
 | 
											
												
													
														|  |          project.eclipse {
 |  |          project.eclipse {
 | 
											
												
													
														|  |              classpath {
 |  |              classpath {
 | 
											
												
													
														|  |                  sourceSets = [project.sourceSets.test]
 |  |                  sourceSets = [project.sourceSets.test]
 | 
											
												
													
														|  | 
 |  | +                plusConfigurations = [project.configurations.testRuntime]
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |      }
 |  |      }
 |