Skip to content

Commit

Permalink
Publish sources to all modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Sep 4, 2023
1 parent c4a0463 commit 8aa4702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.gradle.kotlin.dsl.property
import javax.inject.Inject

abstract class SkiePublishingExtension @Inject constructor(objects: ObjectFactory) {
val publishSources: Property<Boolean> = objects.property<Boolean>().convention(false)
val publishSources: Property<Boolean> = objects.property<Boolean>().convention(true)

val name: Property<String> = objects.property()
val description: Property<String> = objects.property()
Expand Down

0 comments on commit 8aa4702

Please sign in to comment.