File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,4 @@ tasks.javadocJar.configure {
147147// ===========================
148148// Sources publishing configuration
149149// ===========================
150- tasks.sourcesJar {
151- from(project.sourceSets.main.map { it.kotlin })
152- }
150+ tasks.sourcesJar { from(project.sourceSets.main.map { it.kotlin }) }
Original file line number Diff line number Diff line change @@ -151,6 +151,4 @@ tasks.javadocJar.configure {
151151// ===========================
152152// Sources publishing configuration
153153// ===========================
154- tasks.sourcesJar {
155- from(project.sourceSets.main.map { it.kotlin })
156- }
154+ tasks.sourcesJar { from(project.sourceSets.main.map { it.kotlin }) }
Original file line number Diff line number Diff line change @@ -192,6 +192,4 @@ tasks.javadocJar.configure {
192192// ===========================
193193// Sources publishing configuration
194194// ===========================
195- tasks.sourcesJar {
196- from(project.sourceSets.main.map { it.kotlin })
197- }
195+ tasks.sourcesJar { from(project.sourceSets.main.map { it.kotlin }) }
Original file line number Diff line number Diff line change @@ -187,6 +187,4 @@ tasks.javadocJar.configure {
187187// ===========================
188188// Sources publishing configuration
189189// ===========================
190- tasks.sourcesJar {
191- from(project.sourceSets.main.map { it.kotlin })
192- }
190+ tasks.sourcesJar { from(project.sourceSets.main.map { it.kotlin }) }
You can’t perform that action at this time.
0 commit comments