This website works better with JavaScript
Home
Explore
Help
Sign In
java
/
jMonkeyEngine-sdk
mirror of
https://github.com/jMonkeyEngine/sdk.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix Regression from 4221ce9b9f231a6c4e45f29a0c5393245dfa5ee0 - Forgot to add settings.gradle to enable the Composing Builds
MeFisto94
5 years ago
parent
4221ce9b9f
commit
d01a0fc583
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
settings.gradle
+ 2
- 0
settings.gradle
View File
@@ -0,0 +1,2 @@
+rootProject.name = 'sdk'
+includeBuild './engine'