Could sl4j be updated to use Gradle?

Gradle seems to be a popular build tool for constructing Java projects. Currently sl4j uses maven to perform its builds. Gradle has the ability to convert a maven build to a gradle build. I currently have a commit in my github (github.com/lordoku/slf4j where I have converted the maven build to Gradle. Is there any desire to change this or should I just back this out and continue using Maven? Thanks, -- Christopher O'Connell

Hi Christopher, I did not know that Gradle came with a Maven converter. That's very cool. Having said that, at present time I see no value in converting the SLF4J build to Gradle. Cheers, On 31.07.2015 21:04, Christopher O'Connell wrote:
Gradle seems to be a popular build tool for constructing Java projects. Currently sl4j uses maven to perform its builds. Gradle has the ability to convert a maven build to a gradle build. I currently have a commit in my github (github.com/lordoku/slf4j <http://github.com/lordoku/slf4j> where I have converted the maven build to Gradle.
Is there any desire to change this or should I just back this out and continue using Maven?
Thanks,
-- Christopher O'Connell
-- Ceki 65% of statistics are made up on the spot
participants (2)
-
ceki
-
Christopher O'Connell