You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/11/18 07:20:11 UTC

[GitHub] [kafka] chia7712 opened a new pull request #9610: MINOR: remove "gradle wrapper" from travis.yml

chia7712 opened a new pull request #9610:
URL: https://github.com/apache/kafka/pull/9610


   ```
   > Failed to apply plugin [class 'com.github.spotbugs.snom.SpotBugsBasePlugin']
      > Gradle version Gradle 5.1.1 is unsupported. Please use Gradle 5.6 or later.
   ```
   
   ```com.github.spotbugs.snom.SpotBugsBasePlugin``` requires gradle 5.6+ but the gradle supported by travis is 4.0 or 5.1.1 (https://docs.travis-ci.com/user/reference/trusty/#gradle-version and https://docs.travis-ci.com/user/reference/xenial/)
   
   However, we don't need to call ```gradle wrapper``` since ```gradlew``` already exists in our project. 
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] chia7712 merged pull request #9610: MINOR: remove "gradle wrapper" from travis.yml

Posted by GitBox <gi...@apache.org>.
chia7712 merged pull request #9610:
URL: https://github.com/apache/kafka/pull/9610


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] chia7712 commented on pull request #9610: MINOR: remove "gradle wrapper" from travis.yml

Posted by GitBox <gi...@apache.org>.
chia7712 commented on pull request #9610:
URL: https://github.com/apache/kafka/pull/9610#issuecomment-729778814


   @ijuma Thanks for approving! Merge it to trunk. Will file another PR to handle travis error.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org