Skip to content

Commit

Permalink
upgrade gradle to 7.0 and fix test bug. (#327)
Browse files Browse the repository at this point in the history
* bugfix build.gradle tar task

* merge

* upgrade to gradle 7.0

* bugfix gradle task spotbugs

* bugfix eventmesh-connector-rocketmq testImplementation

* upgrade to gradle7.0

* refactor runtime module test and spotbugs error

* bugfix sign task

Co-authored-by: jonyang(杨军) <jonyang@webank.com>
Co-authored-by: jonyangx <jonyang1120@gmail.com>
  • Loading branch information
3 people authored Apr 30, 2021
1 parent 8cf2a39 commit 2c5f0fc
Show file tree
Hide file tree
Showing 42 changed files with 386 additions and 1,713 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jdk:
- oraclejdk8

script:
- travis_retry gradle check
- travis_retry ./gradlew clean build

after_success:
- gradle clean test jacocoAllTestReport coveralls
#after_success:
# - ./gradlew clean

env:
global:
Expand Down
Loading

0 comments on commit 2c5f0fc

Please sign in to comment.