Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 31, 2020
1 parent 3b1d031 commit e25cb0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subprojects/bootstrapfx-core/bootstrapfx-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ plugins {
id 'io.freefair.jsass-java' version '5.3.0'
}

config {
bintray {
name = 'bootstrapfx-core'
}
}

processResources {
// jsass-java includes all *.scss files in the final JAR
exclude('**/*.scss')
Expand Down

0 comments on commit e25cb0d

Please sign in to comment.