Skip to content

Commit

Permalink
Codechange: Remove curseforge task execution
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed May 25, 2021
1 parent a9d3fbe commit b177dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- run: ./gradlew build curseforge github --stacktrace
- run: ./gradlew build github --stacktrace
env:
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ compileKotlin {
}
}

/**
* This task is currently unused, as CurseGradle does not support uploading
* Bukkit plugins to CurseForge.
*/
curseforge {
if (ENV.CURSEFORGE_API_KEY) {
apiKey = ENV.CURSEFORGE_API_KEY
Expand Down

0 comments on commit b177dbc

Please sign in to comment.