Migrating Nebula Plugins to the New Model and TestKit
An overview of Nebula Gradle plugins for 2016. A little bit about moving some plugins to the new model. And a little of our experience switching from nebula-test to TestKit.
project = ProjectBuilder.builder() ./* various parameters*/.build() project.plugins.apply MyPlugin when: // manipulate some things then: // assert some things } http:/ /nebula-plugins.github.io/
New Helper Classes & Methods • The dependency creation logic (until we pull request a better version of it into TestKit) http:/ /nebula-plugins.github.io/