Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
settings.gradle 326 Bytes
Copy Edit Raw Blame History
xfworld authored 2015-12-29 11:29 . Gradle 编译方式
rootProject.name = 'easypoi'
include ':easypoi-base'
include ':easypoi-web'
include ':easypoi-annotation'
project(':easypoi-base').projectDir = "$rootDir/easypoi-base" as File
project(':easypoi-web').projectDir = "$rootDir/easypoi-web" as File
project(':easypoi-annotation').projectDir = "$rootDir/easypoi-annotation" as File
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化