ó
    €Ï  ã                   óD   • S r SSKJr  SSKJr  SSKJr  SrSrSrSrS	r	S
r
g)z(Utility for forming settings for gradle.é    )Úabsolute_import)Údivision)Úunicode_literalsaØ  // Move the secret to ~/.gradle.properties
def artifactRegistryMavenSecret = "{password}"

// Insert following snippet into your build.gradle
// see docs.gradle.org/current/userguide/publishing_maven.html

plugins {{
  id "maven-publish"
}}

publishing {{
  repositories {{
    maven {{
      url "https://{location}-maven.pkg.dev/{repo_path}"
      credentials {{
        username = "{username}"
        password = "$artifactRegistryMavenSecret"
      }}
    }}
  }}
}}

repositories {{
  maven {{
    url "https://{location}-maven.pkg.dev/{repo_path}"
    credentials {{
      username = "{username}"
      password = "$artifactRegistryMavenSecret"
    }}
    authentication {{
      basic(BasicAuthentication)
    }}
  }}
}}
aZ  // Move the secret to ~/.gradle.properties
def artifactRegistryMavenSecret = "{password}"

// Insert following snippet into your build.gradle
// see docs.gradle.org/current/userguide/publishing_maven.html

plugins {{
  id "maven-publish"
}}

publishing {{
  repositories {{
    maven {{
      def snapshotURL = "https://{location}-maven.pkg.dev/{repo_path}"
      def releaseURL = "<Paste release URL here>"
      url version.endsWith('SNAPSHOT') ? snapshotURL : releaseURL
      credentials {{
        username = "{username}"
        password = "$artifactRegistryMavenSecret"
      }}
    }}
  }}
}}

repositories {{
  maven {{
    url "https://{location}-maven.pkg.dev/{repo_path}"
    credentials {{
      username = "{username}"
      password = "$artifactRegistryMavenSecret"
    }}
    authentication {{
      basic(BasicAuthentication)
    }}
  }}
}}
a[  // Move the secret to ~/.gradle.properties
def artifactRegistryMavenSecret = "{password}"

// Insert following snippet into your build.gradle
// see docs.gradle.org/current/userguide/publishing_maven.html

plugins {{
  id "maven-publish"
}}

publishing {{
  repositories {{
    maven {{
      def snapshotURL = "<Paste snapshot URL here>"
      def releaseURL = "https://{location}-maven.pkg.dev/{repo_path}"
      url version.endsWith('SNAPSHOT') ? snapshotURL : releaseURL
      credentials {{
        username = "{username}"
        password = "$artifactRegistryMavenSecret"
      }}
    }}
  }}
}}

repositories {{
  maven {{
    url "https://{location}-maven.pkg.dev/{repo_path}"
    credentials {{
      username = "{username}"
      password = "$artifactRegistryMavenSecret"
    }}
    authentication {{
      basic(BasicAuthentication)
    }}
  }}
}}
aÒ  // Insert following snippet into your build.gradle
// see docs.gradle.org/current/userguide/publishing_maven.html

plugins {{
  id "maven-publish"
  id "com.google.cloud.artifactregistry.gradle-plugin" version "{extension_version}"
}}

publishing {{
  repositories {{
    maven {{
      url "artifactregistry://{location}-maven.pkg.dev/{repo_path}"
    }}
  }}
}}

repositories {{
  maven {{
    url "artifactregistry://{location}-maven.pkg.dev/{repo_path}"
  }}
}}
aT  // Insert following snippet into your build.gradle
// see docs.gradle.org/current/userguide/publishing_maven.html

plugins {{
  id "maven-publish"
  id "com.google.cloud.artifactregistry.gradle-plugin" version "{extension_version}"
}}

publishing {{
  repositories {{
    maven {{
      def snapshotURL = "artifactregistry://{location}-maven.pkg.dev/{repo_path}"
      def releaseURL = "<Paste release URL here>"
      url version.endsWith('SNAPSHOT') ? snapshotURL : releaseURL
    }}
  }}
}}

repositories {{
  maven {{
    url "artifactregistry://{location}-maven.pkg.dev/{repo_path}"
  }}
}}
aU  // Insert following snippet into your build.gradle
// see docs.gradle.org/current/userguide/publishing_maven.html

plugins {{
  id "maven-publish"
  id "com.google.cloud.artifactregistry.gradle-plugin" version "{extension_version}"
}}

publishing {{
  repositories {{
    maven {{
      def snapshotURL = "<Paste snapshot URL here>"
      def releaseURL = "artifactregistry://{location}-maven.pkg.dev/{repo_path}"
      url version.endsWith('SNAPSHOT') ? snapshotURL : releaseURL
    }}
  }}
}}

repositories {{
  maven {{
    url "artifactregistry://{location}-maven.pkg.dev/{repo_path}"
  }}
}}
N)Ú__doc__Ú
__future__r   r   r   ÚSERVICE_ACCOUNT_TEMPLATEÚ!SERVICE_ACCOUNT_SNAPSHOT_TEMPLATEÚ SERVICE_ACCOUNT_RELEASE_TEMPLATEÚNO_SERVICE_ACCOUNT_TEMPLATEÚ$NO_SERVICE_ACCOUNT_SNAPSHOT_TEMPLATEÚ#NO_SERVICE_ACCOUNT_RELEASE_TEMPLATE© ó    ÚAlib/googlecloudsdk/command_lib/artifacts/print_settings/gradle.pyÚ<module>r      sF   ðñ /å &Ý Ý 'ð#Ð ðJ%%Ð !ðN%$Ð  ðNÐ ð0(Ð $ð4'Ñ #r   