gradle 项目 转为 maven

guanchaoguo / 2023-06-05 / 原文

build.gradle

apply(plugin: 'java')
apply(plugin: 'idea')
apply(plugin: 'maven')

开始转换

  • grable-> others -> install

查看文件

  • build/poms/pom-dedult.xml

重现导入

  • load maven