configurations {
provided
compile.extendsFrom provided
}
dependencies {
compile libraries.spring
compile libraries.spring_security
compile libraries.spring_fox
compile libraries.mybatis
// lombok to generate builder
provided libraries.lombok
}
:services:compileJava
warning: No processor claimed any of these annotations: org.springframework.scheduling.annotation.Async,org.springframework.web.bind.annotation.PathVariable,javax.validation.constraints.Size,org.springframework.web.bind.annotation.RequestMapping,org.springframework.beans.factory.annotation.Autowired,io.swagger.annotations.ApiResponses,javax.validation.Valid,org.springframework.web.bind.annotation.RequestBody,org.springframework.beans.factory.annotation.Value,org.mybatis.spring.annotation.MapperScan,io.swagger.annotations.ApiOperation,org.apache.ibatis.annotations.Results,org.springframework.stereotype.Service,com.fasterxml.jackson.annotation.JsonIgnore,org.springframework.web.bind.annotation.ExceptionHandler,org.springframework.stereotype.Repository,org.apache.ibatis.annotations.Insert,org.apache.ibatis.annotations.Select,org.springframework.web.bind.annotation.ControllerAdvice,org.springframework.boot.autoconfigure.EnableAutoConfiguration,org.apache.ibatis.annotations.Delete,javax.validation.constraints.NotNull,org.springframework.web.bind.annotation.ResponseBody,org.springframework.web.bind.annotation.RestController,org.springframework.context.annotation.Configuration,org.springframework.stereotype.Component,lombok.Builder,lombok.Data,com.fasterxml.jackson.annotation.JsonCreator,javax.annotation.PostConstruct,org.springframework.context.annotation.Lazy,org.springframework.context.annotation.Bean,org.springframework.transaction.annotation.Transactional
error: warnings found and -Werror specified
1 error
1 warning
:services:compileJava FAILED
options.compilerArgs << '-Werror'