
                         >   d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddl	m
Z
 ej                   ej                  ej                  j                  ej                  j                  ej                  j                          G d d	ej"                                      Zy
)DPrint a snippet to add a repository to the Gradle build.gradle file.    )absolute_import)division)unicode_literals)base)flags)settings_utilc                   0    e Zd ZdZdddZed        Zd Zy)Gradler   z{description}ak      To print a snippet for the repository set in the `artifacts/repository`
    property in the default location:

      $ {command}

    To print a snippet for repository `my-repository` in the default location:

      $ {command} --repository="my-repository"

    To print a snippet using service account key:

      $ {command} --json-key=path/to/key.json
    )DESCRIPTIONEXAMPLESc                     t        j                         j                  |        t        j                  d      j                  |        | j                  j                  d       y )Ngradlezvalue(gradle))r   GetRepoFlagAddToParserGetJsonKeyFlagdisplay_info	AddFormat)parsers    .lib/surface/artifacts/print_settings/gradle.pyArgszGradle.Args4   sF    	##F+	"..v6
!!/2    c                 0    dt        j                  |      iS )zThis is what gets called when the user runs this command.

    Args:
      args: an argparse namespace. All the arguments that were provided to this
        command invocation.

    Returns:
      A maven gradle snippet.
    r   )r	   GetGradleSnippet)selfargss     r   Runz
Gradle.Run:   s     m44T:;;r   N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r    r   r   r   r      s2     M 	-( 3 3
<r   r   N)r!   
__future__r   r   r   googlecloudsdk.callioper   $googlecloudsdk.command_lib.artifactsr   3googlecloudsdk.command_lib.artifacts.print_settingsr	   DefaultUniverseOnlyReleaseTracksReleaseTrackALPHABETAGACommandr   r$   r   r   <module>r0      s    K &  ' ( 6 M D%%++T->->-C-C%%((*(<T\\ (<* (<r   