Skip to content

Commit

Permalink
Update common.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Jun 23, 2024
1 parent 16d3985 commit 78c74a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/net/infumia/gradle/common.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ fun Project.applyCommon(javaVersion: Int = 8, sources: Boolean = true, javadoc:
dependsOn("classes")
archiveClassifier.set("sources")
from(sourceSets["main"].allSource)
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
}

Expand Down

0 comments on commit 78c74a9

Please sign in to comment.