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 79e604f commit a1e5a14Copy full SHA for a1e5a14
plugin/build.gradle.kts
@@ -23,6 +23,11 @@ val sourcesJar by tasks.registering(Jar::class) {
23
from(sourceSets["main"].allSource)
24
}
25
26
+tasks.jar {
27
+ from(project(":common").sourceSets["main"].allSource)
28
+ from(project(":lldevs").sourceSets["main"].allSource)
29
+}
30
+
31
publishing {
32
publications {
33
create<MavenPublication>("mavenJava") {
0 commit comments