Hatem Noureddine
Results
2
comments of
Hatem Noureddine
I can't build project with gradle 1.3.1 and build tools 23.0.1: ``` java [ERROR] [org.gradle.BuildExceptionReporter] [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception. [ERROR] [org.gradle.BuildExceptionReporter] [ERROR] [org.gradle.BuildExceptionReporter] * What went...
try to add these properties on constructor: props.put("mail.user", user); props.put("mail.password", password); props.put("mail.smtp.starttls.enable", "true");