Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/Java/BowlerStudio/settings.gradle
2022-09-04 12:45:01 +02:00

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(':')
// }
//}