Skip to content

Commit

Permalink
NH-86008: remove local libs and use remote for joboe
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Oct 3, 2024
1 parent 4aaf5c2 commit 5ead98f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
SWO_EMAIL: ${{ secrets.SWO_EMAIL }}
SWO_PWORD: ${{ secrets.SWO_PWORD }}
STAGE_BUCKET: ${{ secrets.STAGE_BUCKET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CI_TOKEN }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_TOKEN: ${{ secrets.SONATYPE_TOKEN }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,12 @@ subprojects {
}
mavenLocal()
mavenCentral()
flatDir {
dirs("$rootDir/libs")
maven {
url = uri("https://maven.pkg.github.com/solarwinds/joboe")
credentials {
username = System.getenv("GITHUB_USERNAME")
password = System.getenv("GITHUB_TOKEN")
}
}
}

Expand Down
Binary file removed libs/config-10.0.12.jar
Binary file not shown.
Binary file removed libs/core-10.0.12.jar
Binary file not shown.
Binary file removed libs/logging-10.0.12.jar
Binary file not shown.
Binary file removed libs/metrics-10.0.12.jar
Binary file not shown.
Binary file removed libs/sampling-10.0.12.jar
Binary file not shown.

0 comments on commit 5ead98f

Please sign in to comment.