Skip to content

Commit

Permalink
NH-82783: exclude duplicated class
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Jul 29, 2024
1 parent e17e26b commit 012d958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
response=$(curl -fs \
-H "Authorization: Bearer $SIGN_PATH_API_TOKEN" \
-F "ProjectSlug=$SIGN_PATH_PROJECT_SLUG" \
-F "ArtifactConfigurationSlug=$SIGN_PATH_ARTIFACT_SLUG" \
-F "SigningPolicySlug=$SIGN_PATH_SIGNING_POLICY" \
-F "Artifact=@agent/build/libs/solarwinds-apm-agent.jar" \
https://app.signpath.io/API/v1/$SIGN_PATH_ORG_ID/SigningRequests)
Expand All @@ -67,6 +68,7 @@ jobs:
SIGN_PATH_PROJECT_SLUG: ${{ secrets.SIGN_PATH_PROJECT_SLUG }}
SIGN_PATH_SIGNING_POLICY: ${{ secrets.SIGN_PATH_SIGNING_POLICY }}
SIGN_PATH_ORG_ID: ${{ secrets.SIGN_PATH_ORG_ID }}
SIGN_PATH_ARTIFACT_SLUG: ${{ secrets.SIGN_PATH_ARTIFACT_SLUG }}

- name: Copy to S3
run: |
Expand Down
2 changes: 2 additions & 0 deletions agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ tasks {
}
exclude("**/module-info.class")
exclude("inst/com/solarwinds/opentelemetry/core/**")
exclude("com/solarwinds/joboe/shaded/google/errorprone/annotations/**")

relocatePackages(it)

manifest {
Expand Down

0 comments on commit 012d958

Please sign in to comment.