You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project has a folder called dist that contains some stuff I'd like to include in the shadow jar. The application plugin has a property called "applicationDistribution" to address this topic. In my build.gradle I added the following line:
applicationDistribution.from(distDir){
include "*.jpg"
}
While this is working for the application plugin, the shadow plugin seems to ignore this property.
The text was updated successfully, but these errors were encountered:
My project has a folder called dist that contains some stuff I'd like to include in the shadow jar. The application plugin has a property called "applicationDistribution" to address this topic. In my build.gradle I added the following line:
While this is working for the application plugin, the shadow plugin seems to ignore this property.
The text was updated successfully, but these errors were encountered: