Creating a Jar of test binaries - Gradle

前端 未结 1 994
心在旅途
心在旅途 2020-12-15 15:19

I\'m using the latest version of Gradle (milestone 9), and I\'m trying to figure out how to create a Jar of all test binaries.

From what I\'ve found on the internet

相关标签:
1条回答
  • 2020-12-15 15:43

    Changing sourceSets.test.classes to sourceSets.test.output fixes the problem.

    0 讨论(0)
提交回复
热议问题