Re: make docker-build fail

2019-06-18 Thread Rafael Novello
@Daniel I did a PR for this task! Could you review and merge? Thanks! Atenciosamente, Rafael J. R. Novello Skype: rafael.novello Blog: http://rafanovello.blogspot.com.br/ Em ter, 18 de jun de 2019 às 15:07, Daniel Takabayashi < daniel.takabaya...@gmail.com> escreveu: > Yes, I agree and I am

Re: make docker-build fail

2019-06-18 Thread Daniel Takabayashi
Yes, I agree and I am quite sure this change will not break anything. I signed this task for me, and I am working on this right now.

Re: make docker-build fail

2019-06-04 Thread Wei Chen
I think it is safer to change it all the way. Since it is no longer stable to use oracleJDK in the CICD process. Changing to openJDK in the build should be better. Best Regards Wei On Tue, Jun 4, 2019 at 5:37 PM Rafael Novello wrote: > Apparently, there are no more a way to install oracle jdk

Re: make docker-build fail

2019-06-04 Thread Rafael Novello
Apparently, there are no more a way to install oracle jdk with repository (apt-get): https://launchpad.net/~webupd8team/+archive/ubuntu/java I'm a little bit confused, Do you think we should change? Atenciosamente, Rafael J. R. Novello Skype: rafael.novello Blog:

Re: make docker-build fail

2019-06-04 Thread Wei Chen
I think we should change to openjdk. just change oraclejdk8 in .travis.yml to openjdk8 I faced similar error in other projects, I think Travis-ci is not supporting oraclejdk8 for Scala 2.12? Cus my Scala 2.11 projects still work while all Scala 2.12 cannot. Best Regards Wei On Tue, Jun 4,