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
-
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
.m2
directory like this:They are both usable with my testing project. Then I introduced refreshVersions in my testing project. The
versions.properties
consists 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 refreshVersions
with the testing project. I got the following:This error only occurs with the
io.hkhc.jarbird-android
plugin. There is no error if I useio.hkhc.jarbird
only.So is there any condition that make the plugin workable with refreshVersions?
Beta Was this translation helpful? Give feedback.
All reactions