Sam Shen
Results
2
comments of
Sam Shen
this enum problem you just need to force version, I found it somewhere in the issue a while ago. python { ... other config ... forceVersion('pypi', 'flake8', '3.2.1') forceVersion('pypi', 'six',...
I had this add this in application.properties: `spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect` to solve the previous problem and then I got another problem: The server time zone value 'PDT' is unrecognized, and...