svn commit: r1854595 - /ofbiz/ofbiz-framework/trunk/build.gradle

2019-03-01 Thread mthl
Author: mthl Date: Fri Mar 1 14:30:50 2019 New Revision: 1854595 URL: http://svn.apache.org/viewvc?rev=1854595=rev Log: Improved: Use the Gradle Plugin DSL (OFBIZ-10700) Since Gradle 2.1 it is recommended to use the ‘plugins {}’ block for binary plugins instead of the “traditional” ‘apply()’

svn commit: r1854593 - /ofbiz/ofbiz-framework/trunk/build.gradle

2019-03-01 Thread mthl
Author: mthl Date: Fri Mar 1 14:09:50 2019 New Revision: 1854593 URL: http://svn.apache.org/viewvc?rev=1854593=rev Log: Improved: Use ‘findAll’ in build script (OFBIZ-10695) Modified: ofbiz/ofbiz-framework/trunk/build.gradle Modified: ofbiz/ofbiz-framework/trunk/build.gradle URL:

svn commit: r1854591 - in /ofbiz/ofbiz-framework/trunk: build.gradle common.gradle

2019-03-01 Thread mthl
Author: mthl Date: Fri Mar 1 14:08:11 2019 New Revision: 1854591 URL: http://svn.apache.org/viewvc?rev=1854591=rev Log: Improved: Rewrite ‘installAllPlugins’ in build script (OFBIZ-10695) Modified: ofbiz/ofbiz-framework/trunk/build.gradle ofbiz/ofbiz-framework/trunk/common.gradle

svn commit: r1854590 - /ofbiz/ofbiz-framework/trunk/build.gradle

2019-03-01 Thread mthl
Author: mthl Date: Fri Mar 1 14:04:59 2019 New Revision: 1854590 URL: http://svn.apache.org/viewvc?rev=1854590=rev Log: 02ca904efc Improved: Rewrite ‘getDirectoryInActiveComponentsIfExists’ in build script (OFBIZ-10695) Modified: ofbiz/ofbiz-framework/trunk/build.gradle Modified:

buildbot success in on ofbizTrunkFramework

2019-03-01 Thread buildbot
The Buildbot has detected a restored build on builder ofbizTrunkFramework while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFramework/builds/674 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1854587 - in /ofbiz/ofbiz-framework/trunk: build.gradle common.gradle settings.gradle

2019-03-01 Thread mthl
Author: mthl Date: Fri Mar 1 13:56:14 2019 New Revision: 1854587 URL: http://svn.apache.org/viewvc?rev=1854587=rev Log: Improved: Replace ‘iterateOverActiveComponents’ with ‘activeComponents’ in build script (OFBIZ-10695) Modified: ofbiz/ofbiz-framework/trunk/build.gradle

svn commit: r1854585 - /ofbiz/ofbiz-framework/trunk/build.gradle

2019-03-01 Thread mthl
Author: mthl Date: Fri Mar 1 13:52:57 2019 New Revision: 1854585 URL: http://svn.apache.org/viewvc?rev=1854585=rev Log: Improved: rewrite ‘subprojectExists’ in build script (OFBIZ-10695) Use ‘anyMatch’ which is semantically equivalent but clearer. Modified: