You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/02/08 12:57:01 UTC

[GitHub] JaroslavTulach commented on a change in pull request #1116: [NETBEANS-2044] Use gradle.properties to store project build actions.

JaroslavTulach commented on a change in pull request #1116: [NETBEANS-2044] Use gradle.properties to store project build actions.
URL: https://github.com/apache/incubator-netbeans/pull/1116#discussion_r255063602
 
 

 ##########
 File path: groovy/gradle/src/org/netbeans/modules/gradle/GradleAuxiliaryPropertiesImpl.java
 ##########
 @@ -38,9 +38,9 @@
  * @author Laszlo Kishalmi
  */
 public class GradleAuxiliaryPropertiesImpl implements AuxiliaryProperties {
-    
+
     private static final String PROP_PREFIX = "nb-config."; //NOI18N
 
 Review comment:
   I see. All is fine, I'd just be happier if the action in `gradle.properties` was named `action.run.args` or `ide.action.run.args`, but not `nb*`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists