Skip to content

Commit 278158f

Browse files
duncancrawfordmaheshsubramanian
authored andcommitted
add missing artefacts vars
1 parent 1dbeb30 commit 278158f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ plugins {
1010

1111
group = 'uk.gov.hmcts.dcs'
1212
version = System.getProperty('API_SPEC_VERSION') ?: '0.0.999'
13+
1314
def githubActor = project.findProperty("github.actor") ?: System.getenv("GITHUB_ACTOR")
1415
def githubToken = project.findProperty("github.token") ?: System.getenv("GITHUB_TOKEN")
1516
def githubRepo = System.getenv("GITHUB_REPOSITORY")
1617

18+
def azureADOArtifactRepository = 'https://pkgs.dev.azure.com/hmcts/Artifacts/_packaging/hmcts-lib/maven/v1'
19+
def azureADOArtifactActor = System.getenv("AZURE_DEVOPS_ARTIFACT_USERNAME")
20+
def azureADOArtifactToken = System.getenv("AZURE_DEVOPS_ARTIFACT_TOKEN")
21+
1722
def formatterUrl = 'https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/master/config/formatter/eclipse-formatter.xml'
1823
def formatterPath = "${layout.buildDirectory.get().asFile.absolutePath}/eclipse-formatter.xml"
1924

0 commit comments

Comments
 (0)