Fix typos in new Gradle plugin
Closes gh-8818
This commit is contained in:
committed by
Andy Wilkinson
parent
2de7e9c310
commit
8d921d49aa
@@ -64,7 +64,7 @@ public class ApplicationPluginActionIntegrationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void applyingApplictionPluginCreatesBootStartScriptsTask() {
|
||||
public void applyingApplicationPluginCreatesBootStartScriptsTask() {
|
||||
assertThat(this.gradleBuild.build("taskExists", "-PtaskName=bootStartScripts",
|
||||
"-PapplyApplicationPlugin").getOutput())
|
||||
.contains("bootStartScripts exists = true");
|
||||
|
||||
Reference in New Issue
Block a user