Skip to content

Commit a1e5a14

Browse files
committed
include files from common & lldevs properly
1 parent 79e604f commit a1e5a14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ val sourcesJar by tasks.registering(Jar::class) {
2323
from(sourceSets["main"].allSource)
2424
}
2525

26+
tasks.jar {
27+
from(project(":common").sourceSets["main"].allSource)
28+
from(project(":lldevs").sourceSets["main"].allSource)
29+
}
30+
2631
publishing {
2732
publications {
2833
create<MavenPublication>("mavenJava") {

0 commit comments

Comments
 (0)