12 lines
346 B
Groovy
12 lines
346 B
Groovy
include ':libraries:bowler-script-kernel'
|
|
include ':libraries:bowler-script-kernel:java-bowler'
|
|
include ':libraries:bowler-script-kernel:JCSG'
|
|
|
|
rootProject.name = 'BowlerStudio'
|
|
|
|
//includeBuild('kinematics-chef'){
|
|
// dependencySubstitution {
|
|
// substitute module('com.neuronrobotics:kinematics-chef-core') with project(':')
|
|
// }
|
|
//}
|