Use SBT To Build Pure Java Project

后端 未结 4 1044
梦如初夏
梦如初夏 2021-01-30 20:54

Historically I have used Ant+Ivy or Maven for building my Java projects. I\'m now looking at non-xml based solutions.

Gradle can compile, jar and publish my project with

4条回答
  •  隐瞒了意图╮
    2021-01-30 21:46

    There's a nice example of build.sbt for pure Java sources at the Xerial blog including how to publish Maven style artifacts with no Scala version tag.

提交回复
热议问题