Can and should I use sbt and sbt-native-packager for non Java or Scala specific packaging of an RPM?

StackOverflow https://stackoverflow.com/questions/23442720

  •  14-07-2023
  •  | 
  •  

Domanda

Like I could using Ant?

I don't have to compile sources or create jars to make the RPM.

If this is a good approach?

How to I use sbt without language specific features?

È stato utile?

Soluzione

"Convention over configuration" is speaking:

You could, but that would require reconfiguring lots of tasks and settings to meet your requirements and would likely not offer much benefit.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top