Skip to content

Commit 3ad125e

Browse files
dist directory for jar
1 parent d6521b5 commit 3ad125e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.idea/workspace.xml

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ processResources {
4242
}
4343
}
4444

45+
// put jar artifact in build/dist/
46+
jar.destinationDirectory.set(layout.buildDirectory.dir('dist'))
47+
4548
// test setup
4649
runPaper.disablePluginJarDetection()
4750
tasks {

0 commit comments

Comments
 (0)