twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
477 stars 422 forks source link

misc!: declaring automatic module name for use with gradle #784

Open namannigam opened 4 months ago

namannigam commented 4 months ago

Fixes

The code changes intend to declare an automatic module name for the library when used as a dependency within another modular application. As the Building Modules for the Java Module System section of the Gradle doc suggests Building an automatic module, hence following the approach to extend the usability of the library.

This shall help resolve the issue for users facing:error: module not found: twilio within a modular java application.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.