Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flisar authored and Michael Flisar committed Oct 9, 2024
1 parent a5dfc06 commit ba64643
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@ project(":Lumberjack:Extensions:Viewer").projectDir = file("library/extensions/v
// App
// --------------

include(":demo:android")
include(":demo:desktop")
if (System.getenv("JITPACK") == null) {
include(":demo:android")
include(":demo:desktop")
}

0 comments on commit ba64643

Please sign in to comment.