Skip to content

Commit

Permalink
commit update some setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Zhang committed Feb 2, 2018
1 parent 5a6e18c commit c225128
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ shareddata.*

# protobuf generated classes
src/main/gen

src/main/java/org/tron/core/bftconsensus
src/test/java/org/tron/consensus2
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
sudo: required
language: java
jdk: oraclejdk8

Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ dependencies {
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.8.5'
compile group: 'org.apache.commons', name: 'commons-math', version: '2.2'

compile group: 'joda-time', name: 'joda-time', version: '2.3'

compile group: 'io.dropwizard.metrics', name: 'metrics-core', version: '3.1.2'

checkstyleConfig "com.puppycrawl.tools:checkstyle:${versions.checkstyle}"
Expand Down

0 comments on commit c225128

Please sign in to comment.