File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111
1212val sourcesJar by tasks.registering(Jar ::class ) {
1313 archiveClassifier.set(" sources" )
14- from(sourceSets[" common " ].allSource)
14+ from(sourceSets[" main " ].allSource)
1515}
1616
1717publishing {
Original file line number Diff line number Diff line change 1+ install :
2+ - ./gradlew clean build publishToMavenLocal
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212
1313val sourcesJar by tasks.registering(Jar ::class ) {
1414 archiveClassifier.set(" sources" )
15- from(sourceSets[" lldevs " ].allSource)
15+ from(sourceSets[" main " ].allSource)
1616}
1717
1818publishing {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414
1515val sourcesJar by tasks.registering(Jar ::class ) {
1616 archiveClassifier.set(" sources" )
17- from(sourceSets[" plugin " ].allSource)
17+ from(sourceSets[" main " ].allSource)
1818}
1919
2020publishing {
You can’t perform that action at this time.
0 commit comments