Gradle projects depending on artifacts created by sibling projects

前端 未结 2 2053
梦毁少年i
梦毁少年i 2020-12-30 05:09

I have this Gradle setup with four projects, a parent with three children, where a Java Servlet JSON \'backend\' is built into a war-file, and then a static HTML5 \'frontend

2条回答
  •  遥遥无期
    2020-12-30 05:57

    Using this post and ideas from elsewhere I made a github project - https://github.com/istomisgood/WarNode

提交回复
热议问题