Files
lightspeed/build.gradle
2018-06-10 15:01:01 -05:00

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')
}