We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1047cdf commit 45678e0Copy full SHA for 45678e0
app/build.gradle
@@ -70,6 +70,6 @@ def version = 'a1.0'
70
tasks.named('shadowJar', com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar) {
71
archiveBaseName = 'bedrockR'
72
archiveVersion = version
73
- destinationDirectory =
+ destinationDirectory = layout.buildDirectory.dir('')
74
}
75
0 commit comments