-
Build the plugin and install it to local maven repo
./gradlew mirakle:build mirakle:publishMiraklePublicationToMavenLocal -x mirakle
-
Add
mavenLocal()
to Mirakle's init scriptinitscript { repositories { mavenLocal() jcenter() } }
-
Make sure your init script uses the same Mirakle version that you defined in root build.gradle. Increment it just in case.
-
Mirakle is targeting
localhost
in tests, so make sure you canssh localhost
without password. If not:
- If it saying about
Connection refused
for Mac OSX read this, for Linux google... - If it required password do this
-
Run the tests
./gradlew plugin-test:test -x mirakle