Skip to content

Commit

Permalink
Renamed plugin
Browse files Browse the repository at this point in the history
Updated ReadMe
  • Loading branch information
harshild committed Apr 2, 2016
1 parent 207c8da commit 8dc0e03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To apply the plugin you have to add the plugin dependency in your project build
}
}


apply plugin 'com.harshild.felix-run'

### Tasks ###

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class FelixPluginTest {
@Test
public void greeterPluginAddsGreetingTaskToProject() {
Project project = ProjectBuilder.builder().build()
project.apply plugin: 'felix'
project.apply plugin: 'com.harshild.felix-run'

assertTrue(project.extensions.felix instanceof FelixPluginExtension)

Expand Down

0 comments on commit 8dc0e03

Please sign in to comment.