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 1b6032a commit 7fc7483Copy full SHA for 7fc7483
build.gradle
@@ -39,6 +39,10 @@ tasks.withType(Jar).configureEach {
39
include("*.dylib")
40
into("macosx")
41
}
42
+ from (new File(project('tracy-jni').projectDir, "tracy")) {
43
+ include("LICENSE")
44
+ rename("LICENSE", "TRACY_LICENSE")
45
+ }
46
47
48
tasks.named("test", Test) {
0 commit comments