How can I include the same files from the 'jar' task on 'shadowJar'?

前端 未结 0 1369
有刺的猬
有刺的猬 2021-01-02 20:00
jar {
    from("tmp") {
        include("test.txt")
    }
}

How can I include the same files from the \'jar\' task on \'shadowJa

相关标签:
回答
  • 消灭零回复
提交回复
热议问题