gradlex-org / java-module-dependencies

A Gradle plugin to use dependencies from 'module-info.java' files.
Apache License 2.0
48 stars 9 forks source link

[doc][question][feature?] - in libs.versions.toml? #82

Closed xenoterracide closed 7 months ago

xenoterracide commented 7 months ago

I've been using -, not _ in my libs.versions.toml. It seems to be the default recommendation is it not supported? please improve the documentation as part of answer. If it's not, maybe also add feature.

jjohannes commented 7 months ago

Yes this works as Gradle automatically replaces both _ and - with .. I added a test to confirm this and added a note about the notations in TOML to the Readme.