You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Step 4: Try your plugin with Danger**. Create your `Dangerfile.df.kts` and import your plugin.
43
+
**Step 4: Build your plugin**. You can copy manually your compiled jar into `/usr/local/lib/danger/libs` or alternatively use the gradle plugin as follow:
If danger is setup correctly you should see a message on your PR: `Hello Danger Plugin!`
57
80
58
-
**Step 5: Maven publication**. If you setup the autocomplete in `IntelliJ IDEA` for the DangerFiles, you will see that the autocomplete doesn't work for the imported `jar`.
59
-
This feature at the moment is not supported by kotlin. However by
60
-
publishing your plugin to Maven Central this problem can be solved. Then your `Dangerfile.df.kts` will be like:
81
+
**Step 5: Maven publication**. Publish your plugin to maven central and add your plugin in [awesome-danger]. Then your `Dangerfile.df.kts` will be like:
0 commit comments