<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Help contacting the developers of the NODE gradle plugin</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=112846356" />
  <subtitle>Help contacting the developers of the NODE gradle plugin</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=112846356</id>
  <updated>2026-04-05T01:57:16Z</updated>
  <dc:date>2026-04-05T01:57:16Z</dc:date>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113298923" />
    <author>
      <name>Larry Streepy</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113298923</id>
    <updated>2019-04-19T12:48:19Z</updated>
    <published>2019-04-19T12:48:19Z</published>
    <summary type="html">Hi David, we do use the plugin in our build, so not using it isn&amp;#39;t an option (unless we go looking for another Node plugin).&lt;br /&gt;&lt;br /&gt;I took a quick look at the code in question, and I can&amp;#39;t figure out why the method is being called in the first place (unless there is some way that arbitrary actions are potentially being added more than once).  If there&amp;#39;s a way to talk with a developer that knows that code, I would be happy to try and work up a Pull Request that reworks it.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Larry.</summary>
    <dc:creator>Larry Streepy</dc:creator>
    <dc:date>2019-04-19T12:48:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113264049" />
    <author>
      <name>Dave Truong</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113264049</id>
    <updated>2019-04-16T23:51:32Z</updated>
    <published>2019-04-16T23:51:32Z</published>
    <summary type="html">&lt;blockquote&gt;Larry StreepyIt&amp;#39;s been a few weeks and I was wondering if there was any progress on this?&lt;/blockquote&gt;&lt;br /&gt;Hi Larry,&lt;br /&gt;&lt;br /&gt;You are correct that we use a number of deprecated APIs that have been removed in Gradle 5.x.  We have plans to update our gradle version to 5.x in the second half of this year but it will be a significant undertaking.&lt;br /&gt;&lt;br /&gt;If you do not need the node plugin, I would suggest possibly seeing if you can disable it from the tool chain to allow you to continue.  If you do need it, we would gladly accept a pull request if you manage to update the current node plugin to use an updated API.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;David</summary>
    <dc:creator>Dave Truong</dc:creator>
    <dc:date>2019-04-16T23:51:32Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113263335" />
    <author>
      <name>Larry Streepy</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=113263335</id>
    <updated>2019-04-16T20:41:23Z</updated>
    <published>2019-04-16T20:41:23Z</published>
    <summary type="html">It&amp;#39;s been a few weeks and I was wondering if there was any progress on this?</summary>
    <dc:creator>Larry Streepy</dc:creator>
    <dc:date>2019-04-16T20:41:23Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112920151" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112920151</id>
    <updated>2019-03-27T15:15:47Z</updated>
    <published>2019-03-27T15:15:47Z</published>
    <summary type="html">I&amp;#39;m sure it is on the roadmap, but I don&amp;#39;t know when it will happen...&lt;br /&gt;&lt;br /&gt;The team is in the midst of the 7.2 release finalization and I don&amp;#39;t expect they&amp;#39;d want to introduce changes at this point for a gradle upgrade.&lt;br /&gt;&lt;br /&gt;Also the Liferay Gradle workspace specifically uses the gradle wrapper so the right version of gradle is pulled for the workspace build; it&amp;#39;s intended to make the build work regardless what your organization might be doing from a gradle version perspective.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll ping the team though to see where this fits on their roadmap and when it might be looked at...</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2019-03-27T15:15:47Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112917795" />
    <author>
      <name>Larry Streepy</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112917795</id>
    <updated>2019-03-27T14:10:52Z</updated>
    <published>2019-03-27T14:10:52Z</published>
    <summary type="html">The current Node gradle plugin uses a deprecated method (Task.deleteAllActions) which has been removed in gradle 5.x.  We are trying to upgrade our development tool chain and the Node plugin&amp;#39;s use of this method prevents us from doing so.  Can the plugin be upgraded to be compatible with gradle 5.x?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;​​​​​​​Larry.</summary>
    <dc:creator>Larry Streepy</dc:creator>
    <dc:date>2019-03-27T14:10:52Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112900244" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112900244</id>
    <updated>2019-03-26T14:55:01Z</updated>
    <published>2019-03-26T14:55:01Z</published>
    <summary type="html">Yeah, sorry, just ask away.&lt;br /&gt;&lt;br /&gt;If we don&amp;#39;t have an answer, we can probably find someone who does.</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2019-03-26T14:55:01Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112899908" />
    <author>
      <name>Christoph Rabel</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112899908</id>
    <updated>2019-03-26T14:24:08Z</updated>
    <published>2019-03-26T14:24:08Z</published>
    <summary type="html">I think, you should just post your concerns here in this thread.</summary>
    <dc:creator>Christoph Rabel</dc:creator>
    <dc:date>2019-03-26T14:24:08Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112898679" />
    <author>
      <name>Larry Streepy</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112898679</id>
    <updated>2019-03-26T14:18:09Z</updated>
    <published>2019-03-26T14:18:09Z</published>
    <summary type="html">Sorry to be dense, but when you say &amp;#34;raise his issue here&amp;#34; - exactly where (what forum) do I need to post?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;​​​​​​​Larry.</summary>
    <dc:creator>Larry Streepy</dc:creator>
    <dc:date>2019-03-26T14:18:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112854008" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112854008</id>
    <updated>2019-03-21T15:53:00Z</updated>
    <published>2019-03-21T15:53:00Z</published>
    <summary type="html">If it is them, those guys are really busy (I know them).&lt;br /&gt;&lt;br /&gt;​​​​​​​Perhaps the OP could raise his issue here so we could talk about it rather than how to contact them...</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2019-03-21T15:53:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112853074" />
    <author>
      <name>Christoph Rabel</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112853074</id>
    <updated>2019-03-21T14:20:06Z</updated>
    <published>2019-03-21T14:20:06Z</published>
    <summary type="html">I guess, this one:&lt;br /&gt;https://dev.liferay.com/en/develop/reference/-/knowledge_base/7-0/node-gradle-plugin</summary>
    <dc:creator>Christoph Rabel</dc:creator>
    <dc:date>2019-03-21T14:20:06Z</dc:date>
  </entry>
  <entry>
    <title>RE: Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112851773" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112851773</id>
    <updated>2019-03-21T13:30:06Z</updated>
    <published>2019-03-21T13:30:06Z</published>
    <summary type="html">what node gradle plugin?</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2019-03-21T13:30:06Z</dc:date>
  </entry>
  <entry>
    <title>Help contacting the developers of the NODE gradle plugin</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112846355" />
    <author>
      <name>Larry Streepy</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=112846355</id>
    <updated>2019-03-20T16:30:18Z</updated>
    <published>2019-03-20T16:30:18Z</published>
    <summary type="html">I have had no responses to my requst for a fix to the NODE gradle plugin.  So, maybe someone can get me in contact with the developers of that plugin directly?  Or, forward this request to them?&lt;br /&gt;&lt;br /&gt;I have had no success in any search to try and find a way to contact the developers, so these forums seem like the only option.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;​​​​​​​Larry.</summary>
    <dc:creator>Larry Streepy</dc:creator>
    <dc:date>2019-03-20T16:30:18Z</dc:date>
  </entry>
</feed>
