mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-05 13:08:24 +07:00
34 lines
713 B
Groovy
34 lines
713 B
Groovy
rootProject.name = 'riiablo'
|
|
|
|
include 'core'
|
|
include 'desktop'
|
|
include 'android'
|
|
|
|
include 'excel:core'
|
|
include 'excel:annotations'
|
|
include 'excel:excel-test'
|
|
include 'excel:annotation-processor'
|
|
|
|
include 'table:core'
|
|
include 'table:annotations'
|
|
include 'table:integration'
|
|
include 'table:annotation-processor'
|
|
|
|
include 'server:bnls'
|
|
include 'server:bncs'
|
|
include 'server:mcp'
|
|
include 'server:d2gs'
|
|
include 'server:netty'
|
|
|
|
include 'tools'
|
|
include 'tools:mpq-viewer'
|
|
include 'tools:map-viewer'
|
|
include 'tools:font-metrics'
|
|
include 'tools:d2s-reader'
|
|
include 'tools:camera'
|
|
include 'tools:direction'
|
|
include 'tools:ds1-viewer' // deprecated
|
|
include 'tools:excel-serializer-generator'
|
|
|
|
include 'tester' // deprecated
|