Gradle Artifactory Plugin - How to publish artifacts from multiple modules in a project?

后端 未结 3 491
春和景丽
春和景丽 2020-12-08 17:42

I have a project which has a SharedCode (Java) module and secondly an Android (Android library) module which depends on the SharedCode

3条回答
  •  攒了一身酷
    2020-12-08 18:00

    Version 4.2.0 of the Gradle Artifactory Plugin was released last week and added multiple Artifactory repositories deployment. Now you can simply define an artifactory closure with a different repository for different modules of the project.

提交回复
热议问题