BLasan removed a comment on pull request #1611:
URL: https://github.com/apache/fineract/pull/1611#issuecomment-776104086


   Build fails due to the previous commits. Don't know the exact commit which 
leads to fail the build. This is the error and the warning I'm getting
   ```
   > Task :fineract-client:compileJava
   
/home/benura/Desktop/fineract/fineract-client/build/generated/java/src/main/java/org/apache/fineract/client/services/ImagesApi.java:39:
 error: duplicate class: org.apache.fineract.client.services.ImagesApi
   public interface ImagesApi {
          ^
   
/home/benura/Desktop/fineract/fineract-client/build/generated/java/src/main/java/org/apache/fineract/client/auth/OAuthOkHttpClient.java:71:
 warning: [deprecation] create(MediaType,String) in RequestBody has been 
deprecated
           RequestBody body = request.getBody() != null ? 
RequestBody.create(mediaType, request.getBody()) : null;
                                                                     ^
   1 error
   1 warning
   ```
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to