Skip to content

Commit 5290932

Browse files
committed
Taking the bullet-related subprojects out of the default build for now.
Folks who want to play with them can re-enable them but right now they don't build without some extra setup... and using native bullet fails for other reasons. Future project.
1 parent 915c2de commit 5290932

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

settings.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
include 'extensions:bullet'
2-
include 'demos:bullet'
3-
include 'demos:bullet-char'
1+
//include 'extensions:bullet'
2+
//include 'demos:bullet'
3+
//include 'demos:bullet-char'
44

55
rootProject.name = 'sio2'
66

77
// More sensible sub-project names for jars and stuff
8-
project(":extensions:bullet").name = "sio2-bullet"
9-
project(":demos:bullet").name = "sio2-bullet-demo"
10-
project(":demos:bullet-char").name = "sio2-bullet-char-demo"
8+
//project(":extensions:bullet").name = "sio2-bullet"
9+
//project(":demos:bullet").name = "sio2-bullet-demo"
10+
//project(":demos:bullet-char").name = "sio2-bullet-char-demo"
1111

1212

0 commit comments

Comments
 (0)