Daniel Johansson
b84bd0d120
Merge remote-tracking branch 'upstream/master' into issue295
...
Conflicts:
common.gradle
2015-09-08 09:25:29 +01:00
Kirill Vainer
e5b3646fe4
build: upload maven snapshots to updates server
2015-08-24 23:29:38 -04:00
Kirill Vainer
d36749c85b
build: fix syntax error
2015-08-08 17:39:18 -04:00
Kirill Vainer
17887b1fb0
build: new build version info system
...
* JmeVersion is no longer autogenerated, instead it pulls info from version.properties
* Added version.gradle script to generate version info and expose it to other gradle scripts
* Embed version info inside JAR manifest
* Refactor NDK finding to use the same way as the version generation
2015-08-08 17:35:05 -04:00
Daniel Johansson
d319a7c5d3
Added unit test for J3MLoader to cover the new texture parameters available in #295 . Also fixed a couple of issues in the code to reduce logging that was not needed and removed redundant code. This update also updates junit to 4.12 and adds Mockito and Fest Assertions as test dependencies.
2015-07-20 11:22:16 +01:00
Kirill Vainer
2bdd4d5a32
Maven: enable maven artifact publishing
...
Currently to local repo only.
2015-04-28 23:59:49 -04:00
Kirill Vainer
8797bda5ef
Maven: remove unneeded properties
...
Those are determined automatically by gradle, no need to specify explicitly.
2015-04-28 23:51:47 -04:00
David Bernard
4bdf682944
build:javadoc: use JavaVersion.current().isJava8Compatible()
2015-03-04 11:45:24 +01:00
David Bernard
23f5b3ad01
build: quick fix to run javadoc with jdk < 1.8
2015-03-04 11:38:25 +01:00
Normen Hansen
3d8a1d4bad
- make javadoc output more readable
...
- disable doclint for now (fails on <br/> etc
2015-01-29 16:27:34 +01:00
Normen Hansen
65eba1389a
- enable building of JavaDoc
...
- add option to disable JavaDoc building in gradle.properties
2015-01-28 13:56:58 +01:00
Normen Hansen
69f8e58d84
- change source compatibility to 1.6
2015-01-13 20:18:14 +01:00
Normen Hansen
539c2e65fc
- update JmeVersion automatically in build script
...
- change handling of version "tag" (stable, svn etc.)
2014-04-25 17:03:59 +02:00
Normen Hansen
d4546223fc
- include SDK in gradle build
...
- add option to build natives / SDK to gradle properties
- update SDK properties file with jme version
2014-03-23 12:31:26 +01:00
Normen Hansen
a16857c8f4
switch to gradle layout
2014-03-21 02:32:11 +01:00