Skip to content

Commit

Permalink
BATM-5682 - Removed unnecessary parts of build
Browse files Browse the repository at this point in the history
  • Loading branch information
kkyovsky committed Dec 7, 2023
1 parent fc165de commit 7176e91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions server_extensions_examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jar {

configurations {
artifactOnly

// handle Github (e.g. community) vs GENERAL BYTES dichotomy
generalBytesCompile
githubCompile
if (hasGbArtifactory) {
implementation { extendsFrom generalBytesCompile }
} else {
implementation { extendsFrom githubCompile }
}
}

artifacts {
Expand Down
9 changes: 0 additions & 9 deletions server_extensions_template/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jar {

configurations {
artifactOnly

// handle Github (e.g. community) vs GENERAL BYTES dichotomy
generalBytesCompile
githubCompile
if (hasGbArtifactory) {
implementation { extendsFrom generalBytesCompile }
} else {
implementation { extendsFrom githubCompile }
}
}

artifacts {
Expand Down

0 comments on commit 7176e91

Please sign in to comment.