Skip to content

Commit 45678e0

Browse files
committed
first succesful actions
1 parent 1047cdf commit 45678e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ def version = 'a1.0'
7070
tasks.named('shadowJar', com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar) {
7171
archiveBaseName = 'bedrockR'
7272
archiveVersion = version
73-
destinationDirectory =
73+
destinationDirectory = layout.buildDirectory.dir('')
7474
}
7575

0 commit comments

Comments
 (0)