You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
326 B

  1. rootProject.name = 'easypoi'
  2. include ':easypoi-base'
  3. include ':easypoi-web'
  4. include ':easypoi-annotation'
  5. project(':easypoi-base').projectDir = "$rootDir/easypoi-base" as File
  6. project(':easypoi-web').projectDir = "$rootDir/easypoi-web" as File
  7. project(':easypoi-annotation').projectDir = "$rootDir/easypoi-annotation" as File