You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it should also find ./trezor_wire/build/libs/trezor_wire.jar
otherwise builds using the trezor module will fail as they cannot resolve trezor_wire
I need to mix android and java as the wire gradle plugin does not support android modules currently
The text was updated successfully, but these errors were encountered:
@ligi AFAIK, at its core jitpack runs ./gradlew install with some exclusion of tests and then publishes whatever comes out as artifact.
The install task would be added by a maven or android-maven plugin which I'm not seeing applied to that library. Perhaps try adding one of those plugins to the java library module and re-check.
It seems to work just fine even when we apply plugin: "com.github.dcendents.android-maven" on java libraries
ligi
changed the title
Artifact ignored when repo has java and android modules
Automatic maven plugin injection fails when repo has java and android modules
Mar 31, 2020
thanks @mirceanis - that was really helpful!
Got it to work when adding the plugins manually. But still keeping this issue open as it would be great if the automatic injection of the plugins would also work.
see here:
https://jitpack.io/com/github/walleth/KHardWareWallet/e28fdc30d7/build.log
it only finds:
but it should also find ./trezor_wire/build/libs/trezor_wire.jar
otherwise builds using the trezor module will fail as they cannot resolve trezor_wire
I need to mix android and java as the wire gradle plugin does not support android modules currently
The text was updated successfully, but these errors were encountered: