This website works better with JavaScript.
Explore
Help
Register
Sign In
sigonasr2
/
jmonkeyengine
Watch
1
Star
0
Fork
You've already forked jmonkeyengine
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
A complete 3D game development suite written purely in Java.
6758
Commits
21
Branches
35
Tags
844 MiB
Tree:
f60ff58ef0
jmonkeyengine
/
jme3-networking
/
build.gradle
8 lines
110 B
Raw
Normal View
History
Unescape
Escape
switch to gradle layout
11 years ago
if
(
!
hasProperty
(
'mainClass'
)
)
{
ext
.
mainClass
=
''
}
dependencies
{
compile
project
(
':jme3-core'
)
}