Hello, how would I get my java_library target to e...
# general
p
Hello, how would I get my java_library target to execute a prep_command?
Copy code
prep_command(name='prep',
    prep_executable='oucommon/schemas/scripts/genAvroJava.sh',
    prep_args=[],
    goal='compile'
)
Copy code
java_library = (.. 

dependencies = [":prep"]
..
doesnt seem to work