Skip to content

Commit 82b9a0e

Browse files
Stephen van BeekStephen van Beek
authored andcommitted
Fixing broken build
1 parent c1aa889 commit 82b9a0e

7 files changed

Lines changed: 60 additions & 3 deletions

File tree

.github/workflows/gradlepublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
2525
# the publishing section of your build.gradle
26-
- name: Publish to GitHub Packages
26+
- name: Publish to Bintray
2727
run: |
2828
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
2929
echo "New version: ${NEW_VERSION}"

.idea/compiler.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/sql-parser-plugin.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

create-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ bintray {
7070
key = System.getenv("BINTRAY_API_KEY")
7171
publications = ['maven']
7272
pkg {
73-
repo = 'happy-valley-io-oss'
73+
repo = 'maven'
7474
name = 'sql-parser-plugin'
75-
userOrg = user
75+
userOrg = 'happyvalleyio'
7676
licenses = ['MIT']
7777
vcsUrl = 'https://github.com/HappyValleyIO/sql-parser-plugin.git'
7878
}

0 commit comments

Comments
 (0)