Replies: 1 comment
-
|
Hello, it's a known issue regarding maven local support that has been fixed but not released yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if it is a bug or I misunderstand something. So I put it here.
I am developing a plugin (well actually two, in the same project). I publish them to MavenLocal, so I have directories in
.m2directory like this:They are both usable with my testing project. Then I introduced refreshVersions in my testing project. The
versions.propertiesconsists of this:The plugins are applied in two subprojects of the testing project respectively. It works well to resolve the plugins and run the project successfully.
So here is the problem. When I run
./gradlew refreshVersionswith the testing project. I got the following:This error only occurs with the
io.hkhc.jarbird-androidplugin. There is no error if I useio.hkhc.jarbirdonly.So is there any condition that make the plugin workable with refreshVersions?
Beta Was this translation helpful? Give feedback.
All reactions