File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 if : endsWith(steps.get_version.outputs.version, '-SNAPSHOT')
3333 run : ./gradlew build publishCodebookPublicationToPapermcRepository --stacktrace
3434 env :
35- ORG_GRADLE_PROJECT_papermcUsername : ${{ secrets.NEXUS_USERNAME }}
36- ORG_GRADLE_PROJECT_papermcPassword : ${{ secrets.NEXUS_PASSWORD }}
35+ ORG_GRADLE_PROJECT_papermcUsername : ${{ secrets.ARTIFACTORY_USERNAME }}
36+ ORG_GRADLE_PROJECT_papermcPassword : ${{ secrets.ARTIFACTORY_PASSWORD }}
Original file line number Diff line number Diff line change 1818 - name : Deploy
1919 run : ./gradlew build publishCodebookPublicationToPapermcRepository --stacktrace
2020 env :
21- ORG_GRADLE_PROJECT_papermcUsername : ${{ secrets.NEXUS_USERNAME }}
22- ORG_GRADLE_PROJECT_papermcPassword : ${{ secrets.NEXUS_PASSWORD }}
21+ ORG_GRADLE_PROJECT_papermcUsername : ${{ secrets.ARTIFACTORY_USERNAME }}
22+ ORG_GRADLE_PROJECT_papermcPassword : ${{ secrets.ARTIFACTORY_PASSWORD }}
2323 - name : Get tag name
2424 id : get_tag
2525 shell : bash
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ publishing {
109109
110110 repositories {
111111 val url = if (isSnapshot) {
112- " https://repo .papermc.io/repository/maven- snapshots/"
112+ " https://artifactory .papermc.io/artifactory/ snapshots/"
113113 } else {
114- " https://repo .papermc.io/repository/maven- releases/"
114+ " https://artifactory .papermc.io/artifactory/ releases/"
115115 }
116116 maven(url) {
117117 name = " papermc"
You can’t perform that action at this time.
0 commit comments