Skip to content

Commit

Permalink
Revert "Publish to Github Packages"
Browse files Browse the repository at this point in the history
This reverts commit ce0ca52
  • Loading branch information
Goooler committed Jan 16, 2024
1 parent d4a9ed0 commit 126e068
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,5 @@ jobs:
- name: Upload Artifacts
run: ./gradlew publish
env:
ORG_GRADLE_PROJECT_githubPackagesUsername: ${{ secrets.GH_USERNAME }}
ORG_GRADLE_PROJECT_githubPackagesPassword: ${{ secrets.GH_TOKEN }}
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,4 @@ subprojects {
targetCompatibility = JavaVersion.VERSION_1_8
}
}

pluginManager.withPlugin("com.vanniktech.maven.publish") {
publishing {
repositories {
maven {
name = "githubPackages"
url = "https://maven.pkg.github.com/Goooler/retrofit"
credentials(PasswordCredentials)
}
}
}
}
}

0 comments on commit 126e068

Please sign in to comment.