mulesoft-labs / mule-gradle-plugin

Plugin for building mule apps with the gradle build system.
Apache License 2.0
24 stars 14 forks source link

java.lang.RuntimeException: Invalid license #66

Closed willis7 closed 9 years ago

willis7 commented 9 years ago

I've been making some great progress with the plugin and Continuous Delivery, but have recently hit a snag with the error in the title.

In your opinion what is the best approach? I have tried adding the .lic to the test resources dir, and pulled as a dependency - both to no happy conclusion.

I also found the following: https://developer.mulesoft.com/docs/display/current/Installing+an+Enterprise+License

juancavallotti commented 9 years ago

@willis7 the license needs to be digested in order to work, it can be in the test resources, you can use https://mulelicenseverifier.cloudhub.io to digest and download your license. You can package it as a jar if you need so.

willis7 commented 9 years ago

Once again @juancavallotti to the rescue with great results!