Skip to content

Commit

Permalink
Fix build breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 17, 2017
1 parent 26a00d3 commit c680dd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subprojects/griffon-javafx/griffon-javafx.gradle
Expand Up @@ -36,4 +36,8 @@ dependencies {

test {
forkEvery = Runtime.runtime.availableProcessors()

if (!fullBuild) {
exclude 'griffon/javafx/scene/layout/**'
}
}

0 comments on commit c680dd7

Please sign in to comment.