Create a license for own plugins
Answered
Can I issue the license for the plugin for myself?
I'd like to use my own plugin without paying for it via Marketplace. Also, maybe provide the license in the gradle for plugin tests to enable licensed parts of the Freemium plugin.
Is it possible?
Forgive me, if I didn't see it in Marketplace UI, but I couldn't find something like that there.
Please sign in to leave a comment.
Hi,
On the Sales page, you can create a new offer that which discounts the price by 100%, generate a promo code and “buy” it for free with the standard procedure.
To disable license checking during tests, you can use
ApplicationManager.getApplication().isUnitTestMode
.Even if the IntelliJ Platform Gradle Plugin supported providing a license, it would require updating it periodically, which could result in failing tests if it expired. I think it would be inconvenient.
Thank you, Karol!
I will try it!