26 Commits

Author SHA1 Message Date
Kirill Vainer
93001ec290 Fix #456 2017-11-28 08:26:41 +01:00
Kirill Vainer
73cb4f85ad remove SSH based maven publishing
The updates.jmonkeyengine.org server is no longer used.
2016-11-24 15:40:41 -05:00
Kirill Vainer
b01d356ee4 niftygui: add nifty repository to POM 2016-05-03 22:34:51 -04:00
Kirill Vainer
4aa614108e pom: fix incorrect inception year 2016-04-30 18:01:02 -04:00
Kirill Vainer
d6ffa4e9ff build: minor cleanup 2016-04-30 17:16:09 -04:00
Kirill Vainer
85ffb48efb unit test: more descriptive failure message 2016-04-02 15:17:21 -04:00
Paul Speed
35de6bd6d3 Upping source compatibility to 1.7. Even 1.7 is end-of-lifed by now
but at least it's newer than the ancient 1.6.
2016-03-09 00:52:39 -05:00
David Bernard
f39ff62864 build: replace developers list by generic ‘jMonkeyEngine Team’ 2016-02-23 14:37:46 +01:00
David Bernard
80c11a5f02 build: fix sdk build failure due to writeFullPom 2016-02-06 11:04:22 +01:00
David Bernard
2aca942b1b build: use the same custom pom file for 'install', 'uploadArchives' and 'uploadBintray'. A custom pom with minimal information required to maven central 2016-02-06 10:47:57 +01:00
David Bernard
142d7bebae build: upload on bintray from travis when a git tag is set and it starts by jmeMainVersion 2016-01-28 22:06:21 +01:00
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