Replies: 1 comment
-
Still interested in knowing what's possible for such scenarios. |
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 want to make separate JARs for now, or somehow try to separate build and tests. Primarily I want to make CI run tests as separate job, so I can speedup running tests, but running then on separate agents. Maybe on per-project basis for now. Secondary goal is to make small step in my understanding how to place Ghidra jar files to custom Maven repository (as in #799).
Right now I found tasks
which seems to be doing what I want, but they save JAR files in the
build/libs
folder. I want to place these JAR files somewhere inside<root>/build/
folder.So my questions:
Beta Was this translation helpful? Give feedback.
All reactions