Skip to content

Commit

Permalink
fixing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Nov 12, 2018
1 parent 51ada12 commit 30c4547
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -85,7 +85,6 @@ allprojects {
subprojects { subproj ->
apply plugin: 'java'
apply plugin: 'org.kordamp.gradle.stats'
apply plugin: 'com.sandec.jpro'
apply from: rootProject.file('gradle/code-quality.gradle')
apply from: rootProject.file('gradle/javafx.gradle')

Expand Down
1 change: 1 addition & 0 deletions subprojects/sampler/sampler.gradle
Expand Up @@ -21,6 +21,7 @@
*/

apply plugin: 'application'
apply plugin: 'com.sandec.jpro'

mainClassName = 'org.kordamp.bootstrapfx.Sampler'

Expand Down

0 comments on commit 30c4547

Please sign in to comment.