diff options
author | Joshua Slack <[email protected]> | 2017-09-19 18:27:01 -0500 |
---|---|---|
committer | Joshua Slack <[email protected]> | 2017-09-19 18:27:01 -0500 |
commit | 0e81102a1660001482dbfeb8da6936081edbe78c (patch) | |
tree | d0b8ebe9d3dab246a9686da2b502afcd1bb1d80a /ardor3d-awt | |
parent | 32c3c21a2f63261ac778b1362b9c183e600ba710 (diff) |
Experimental conversion to gradle
Diffstat (limited to 'ardor3d-awt')
-rw-r--r-- | ardor3d-awt/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ardor3d-awt/build.gradle b/ardor3d-awt/build.gradle new file mode 100644 index 0000000..01379e4 --- /dev/null +++ b/ardor3d-awt/build.gradle @@ -0,0 +1,5 @@ + +description = 'Ardor 3D AWT' +dependencies { + compile project(':ardor3d-core') +} |