mirror of
https://bitbucket.org/projectswg/lightspeed.git
synced 2026-01-15 22:04:19 -05:00
13 lines
217 B
Groovy
13 lines
217 B
Groovy
group 'com.projectswg.lightspeed'
|
|
version '0.0'
|
|
|
|
apply plugin: 'java'
|
|
sourceCompatibility = 10
|
|
targetCompatibility = 10
|
|
|
|
dependencies {
|
|
compile project(':lightspeed-server')
|
|
compile project(':lightspeed-client')
|
|
}
|
|
|