Github user xuanyue202 commented on a diff in the pull request:
https://github.com/apache/incubator-edgent/pull/181#discussion_r75883838
--- Diff: build.gradle ---
@@ -29,6 +29,21 @@ allprojects {
apply plugin: 'java'
+/* SET PROJECT INFO for all artifacts */
+assert hasProperty('version') // See version in gradle.properties.
+System.out.println("version=${version}")
+group = 'org.apache.edgent'
+
+def getDate() {
--- End diff --
This getDate function counts on the build system to append date to the
build version. I think you can safely move it without side effects
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---