mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-05 21:11:02 +07:00
e47bb8c888
Upgraded visuiVersion for :tools to 1.4.2 Added encoding configuration for :tools subprojects
23 lines
441 B
Groovy
23 lines
441 B
Groovy
rootProject.name = 'riiablo'
|
|
|
|
include 'core'
|
|
include 'desktop'
|
|
include 'android'
|
|
|
|
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 'tester' // deprecated
|