Skip to content
  • Jonas Lasauskas's avatar
    Define `capsule` task to be run before `assemble` · 6d923ffa
    Jonas Lasauskas authored
    As [Gradle's documentation on Java Tasks][1] describes `assemble` task:
    
    > `assemble` depends on:
    > All archive tasks in the project, including jar.
    > Some plugins add additional archive tasks to the project.
    
    [1]: https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_tasks
    6d923ffa
This project is licensed under the MIT License. Learn more