gradle-multiple-jars
gradle-multiple-jars copied to clipboard
Gradle project producing two jars from single source directory
Results
1
gradle-multiple-jars issues
Sort by
recently updated
recently updated
newest added
Hello, Can you please give an example of how to build multiple jars where: #### First Jar contains - API from src/api - Impl from src/impl - and compiled with...