This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253441 - gradle 8.0 plugin is not allowing manual installation
Summary: gradle 8.0 plugin is not allowing manual installation
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: attila.kelemen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-13 14:12 UTC by jagdeesh1009
Modified: 2015-08-14 14:53 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jagdeesh1009 2015-07-13 14:12:33 UTC
gradle 8.0 plugin  manual installation is not allowing to install.

I have download the gradle plugin 8.0 URL(http://plugins.netbeans.org/download/plugin/3655)and its not allowing me install it.
i have searched for gradle plugin from NB ide. and no result are found.
so i have downloaded the gradle 8.0 plugin and tried to install. but cannot install it.  

The Warning stack is shown below.

Some plugins require plugin Common Test Runner API to be installed.
The plugin Common Test Runner API is requested in version >= 1.31.1 (release version 1) but only 2.3 (of release version different from 1) was found.  The following plugin is affected:Gradle Support
Comment 1 attila.kelemen 2015-07-13 15:54:06 UTC
The plugin (due to some API changes in NB) is incompatible with the current nightly build of NB. If you want to use the plugin, you can try building the "NetBeans_nightly" branch of the plugin. (https://github.com/kelemen/netbeans-gradle-project)
Comment 2 sreimers 2015-07-14 06:45:20 UTC
The actual head of the nightly branch of the gradle plugin on github works fine for me with NetBeans 8.1 nightly.
Comment 3 jozart 2015-08-11 20:26:51 UTC
Gradle Support 1.3.7.1.0 (nightly) works for me in NetBeans 8.1 Beta.

As reported, version in Update Center would not install due to incompatible Common Test Runner API.
Comment 4 jozart 2015-08-11 22:06:04 UTC
Update: Gradle Support (nightly) installs in NetBeans 8.1 Beta, but Test fails because of gsf TestRunnerNodeFactory not being found:

https://netbeans.org/bugzilla/show_bug.cgi?id=253531
Comment 5 attila.kelemen 2015-08-12 07:37:58 UTC
I will build one (hopefully) later today and upload it for 8.1 beta.
Comment 6 attila.kelemen 2015-08-12 21:40:44 UTC
Actually, it seems there are no dependencies to build against for 8.1 at the moment but I was told NB guys are working on it, so as soon as it is out, I'll build a release for 8.1.
Comment 7 attila.kelemen 2015-08-14 14:53:57 UTC
A version for 8.1 is now uploaded and can be downloaded from http://plugins.netbeans.org/plugin/44510. Also, as soon as it has been verified, the plugin will be available from the plugin menu of NetBeans.