Skip to content

Commit

Permalink
Fix double sourcesJar tak
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Apr 15, 2024
1 parent f960d85 commit 27b92f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions projects/android/koin-android-compat/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,4 @@ val sourcesJar: TaskProvider<Jar> by tasks.registering(Jar::class) {
from(android.sourceSets.map { it.java.srcDirs })
}

// android sources
val sourcesJar: TaskProvider<Jar> by tasks.registering(Jar::class) {
archiveClassifier.set("sources")
from(android.sourceSets.map { it.java.srcDirs })
}

apply(from = file("../../gradle/publish-android.gradle.kts"))
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,4 @@ val sourcesJar: TaskProvider<Jar> by tasks.registering(Jar::class) {
from(android.sourceSets.map { it.java.srcDirs })
}

// android sources
val sourcesJar: TaskProvider<Jar> by tasks.registering(Jar::class) {
archiveClassifier.set("sources")
from(android.sourceSets.map { it.java.srcDirs })
}

apply(from = file("../../gradle/publish-android.gradle.kts"))
6 changes: 0 additions & 6 deletions projects/compose/koin-androidx-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,4 @@ val sourcesJar: TaskProvider<Jar> by tasks.registering(Jar::class) {
from(android.sourceSets.map { it.java.srcDirs })
}

// android sources
val sourcesJar: TaskProvider<Jar> by tasks.registering(Jar::class) {
archiveClassifier.set("sources")
from(android.sourceSets.map { it.java.srcDirs })
}

apply(from = file("../../gradle/publish-android.gradle.kts"))

0 comments on commit 27b92f8

Please sign in to comment.