We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7634c9 commit 680df59Copy full SHA for 680df59
src/test/groovy/de/eacg/ecs/gradle/plugin/EcsPluginTest.groovy
@@ -16,10 +16,10 @@ import static org.junit.Assert.assertTrue
16
17
class EcsPluginTest {
18
@Test
19
- public void greeterPluginAddsGreetingTaskToProject() {
+ public void ecsPluginAddsScanTaskToProject() {
20
Project project = ProjectBuilder.builder().build()
21
project.pluginManager.apply 'de.eacg.ecs.plugin.gradle'
22
23
- assertTrue(project.tasks.scan instanceof ScanTask)
+ assertTrue(project.tasks.'dependency-scan' instanceof ScanTask)
24
}
25
0 commit comments