Custom gradle task for rpmbuild

后端 未结 3 1391
南笙
南笙 2021-01-22 11:18

We\'re currently in the process of moving away from scons to gradle to build the java portions of our software. One thing we need is to build rpm from the spec file. So we tried

3条回答
  •  生来不讨喜
    2021-01-22 11:46

    Thanks Joern, I got it working by split the arguments '--define blah' into separate arguments and remove any white spaces and it seems to work just fine.

提交回复
热议问题