Skip to content

Commit 7a98fb7

Browse files
committed
[Build] Add shadowJar plugin to collect all deps into one jar
resolves #52
1 parent 2730c93 commit 7a98fb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

imgui-app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id 'java-library'
3+
id 'com.github.johnrengelman.shadow' version '7.0.0'
34
id 'checkstyle'
45
id 'maven-publish'
56
id 'signing'
@@ -40,5 +41,9 @@ jar {
4041
}
4142
}
4243

44+
shadowJar {
45+
with jar
46+
}
47+
4348
apply from: "$rootDir/publish.gradle"
4449
configurePublishing('imgui-java-app', 'Application wrapper for Dear ImGui')

0 commit comments

Comments
 (0)