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 d1927a4  Merge pull request #3039 from MartinBalin/vscode_readme_12.5
     new 9442e8e  Allow tests to override gradle user home.
     new 9bfaa92  Properly report null (failure) when nothing was provided.
     new 83a5554  Fixed typo: inverted condition. Tests added.
     new 51b649e  Merge pull request #3040 from 
sdedic/gradle/disabled-source-attach

The 5632 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:
 .../gradle/api/execute/GradleCommandLine.java      |  33 ++++
 .../api/execute/GradleExecConfiguration.java       |   8 +
 .../gradle/execute/GradleDaemonExecutor.java       |   5 +-
 .../modules/gradle/execute/GradleExecAccessor.java |  10 +-
 java/gradle.java/nbproject/project.xml             |   4 +
 .../java/queries/GradleSourceAttacherImpl.java     |   2 +-
 .../api/execute/GradleExecApiTrampoline.java       |  32 ++++
 .../queries/GradleSourceAttacherImplTest.java      | 176 +++++++++++++++++++++
 .../java/j2seplatform/api/Bundle_da.properties     |   0
 .../java/j2seplatform/api/Bundle_no.properties     |   0
 .../queries/SourceJavadocAttacherUtil.java         |   3 +-
 11 files changed, 268 insertions(+), 5 deletions(-)
 create mode 100644 
java/gradle.java/test/unit/src/org/netbeans/modules/gradle/api/execute/GradleExecApiTrampoline.java
 create mode 100644 
java/gradle.java/test/unit/src/org/netbeans/modules/gradle/queries/GradleSourceAttacherImplTest.java
 copy java/{java.j2seplatform => 
gradle.java}/test/unit/src/org/netbeans/modules/java/j2seplatform/api/Bundle_da.properties
 (100%)
 copy java/{java.j2seplatform => 
gradle.java}/test/unit/src/org/netbeans/modules/java/j2seplatform/api/Bundle_no.properties
 (100%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to