Skip to content

Commit

Permalink
Consume library from maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Dec 6, 2024
1 parent 95201aa commit ba1ec48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
distribution: 'zulu'
java-version: '17'

# - name: Install GPG
# env:
# SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
# run: |
# brew install gpg
# echo "$SIGNING_KEY" | gpg --dearmor > ${HOME}/secring.gpg

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pluginManagement {
}
}
mavenCentral()
mavenLocal()
gradlePluginPortal()
}
}
Expand All @@ -25,7 +24,7 @@ dependencyResolutionManagement {
includeGroupAndSubgroups("com.google")
}
}
mavenLocal()
// mavenLocal()
mavenCentral()
}
}
Expand Down

0 comments on commit ba1ec48

Please sign in to comment.