Skip to content

Commit

Permalink
Update build to use v1.4.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Dec 8, 2018
1 parent 5b24e3c commit b887f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ compile files("${System.properties['java.home']}/../lib/tools.jar")

compile fileTree(dir: 'bsflib', include: '*.jar') //Required for messages/utils

compile "net.bootsfaces:bootsfaces:1.4.0-SNAPSHOT"
compile "net.bootsfaces:bootsfaces:1.4.0"
}

war.doFirst {
Expand Down

0 comments on commit b887f40

Please sign in to comment.