File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,15 @@ plugins {
1010
1111group = ' uk.gov.hmcts.dcs'
1212version = System . getProperty(' API_SPEC_VERSION' ) ?: ' 0.0.999'
13+
1314def githubActor = project. findProperty(" github.actor" ) ?: System . getenv(" GITHUB_ACTOR" )
1415def githubToken = project. findProperty(" github.token" ) ?: System . getenv(" GITHUB_TOKEN" )
1516def 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+
1722def formatterUrl = ' https://raw.githubusercontent.com/hmcts/api-cp-code-style/refs/heads/master/config/formatter/eclipse-formatter.xml'
1823def formatterPath = " ${ layout.buildDirectory.get().asFile.absolutePath} /eclipse-formatter.xml"
1924
You can’t perform that action at this time.
0 commit comments