This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from ad57259dbc Override gradle's compiler version from compiler args.
     new 7491c25670 If run without launcher (e.g. tests), the jdk.home property 
is screwed - add a sanity check
     new 2d7ffb5beb Fix: fire events only after refresh.
     new a59ce6ee81 Default artifact returns just first result; javadoc.
     new e343724cd1 API: access to ActionMapping and a complete RunConfig for 
an action.
     new ed64092527 Bugfix: honour force flag
     new b3df72f55d Debug info printed on FINER+. Verbose gradle messages 
produced on FINER+FINEST
     new f202fb4a61 API: complete Lookup offered from GradleProject.
     new 873f5cf6a5 Add missing check for force flag
     new 95f4e6cb30 Merge pull request #4726 from sdedic/gradle/fixes1

The 7532 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 extide/gradle/apichanges.xml                       | 21 +++++++++
 extide/gradle/manifest.mf                          |  2 +-
 .../modules/gradle/NbGradleProjectImpl.java        |  4 +-
 .../modules/gradle/actions/ActionToTaskUtils.java  |  4 ++
 .../modules/gradle/api/NbGradleProject.java        | 29 +++++++++++-
 .../modules/gradle/api/execute/RunUtils.java       | 54 ++++++++++++++++++++++
 .../gradle/loaders/LegacyProjectLoader.java        | 51 +++++++++++++++++++-
 .../modules/project/dependency/ArtifactSpec.java   | 33 +++++++++----
 .../project/dependency/ProjectArtifactsQuery.java  | 24 ++++++++--
 .../queries/MavenArtifactsImplementation.java      |  8 +---
 .../src/org/netbeans/core/startup/Main.java        |  6 ++-
 11 files changed, 210 insertions(+), 26 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to