You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2021/08/06 06:28:23 UTC

[netbeans] branch master updated (6456f47 -> 0719659)

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

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


    from 6456f47  Merge pull request #3083 from JaroslavTulach/jtulach/UpdateProjectTemplateToGradle70
     new a60d0f6  By default generate the wrapper for gradle projects
     new eefdcdc  Merge remote-tracking branch 'origin/master' into jtulach/GradleInitWrapper
     new e8d18a1  Using gradle init to create application and library projects
     new dd9ca25  Documenting the Gradle Init API
     new da8f615  Main class name is given by the gradle init
     new 634593b  Merging with master branch
     new 0719659  Merge pull request #3084 from JaroslavTulach/jtulach/GradleInitWrapper

The 5753 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                       |  15 ++
 extide/gradle/manifest.mf                          |   2 +-
 .../newproject/GradleMultiWizardIterator.java      |   2 +-
 .../spi/newproject/SimpleGradleWizardIterator.java |   2 +-
 .../gradle/spi/newproject/TemplateOperation.java   | 153 +++++++++++++++++++++
 .../newproject/SimpleApplicationProjectWizard.java |  67 ++++-----
 .../newproject/SimpleLibraryProjectWizard.java     |  40 +++---
 .../gradle/VerifyGradleProjectTemplatesTest.java   |  26 ++++
 8 files changed, 245 insertions(+), 62 deletions(-)

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

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