Skip to content

Commit

Permalink
Release V4 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Jan 23, 2025
1 parent d4d8291 commit 0ee2f74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions starters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import javax.xml.parsers.DocumentBuilderFactory
apply(from = "../gradle/kotlin.gradle")
apply(from = "../gradle/publish.gradle")

if (findProperty("fullBuild") != null)
apply(from = "../gradle/dokka.gradle")

description = "Project starters."

extensions.configure<PublishingExtension> {
Expand Down

0 comments on commit 0ee2f74

Please sign in to comment.