Skip to content

Commit

Permalink
Changes for local publishing for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinPaypay committed Oct 14, 2020
1 parent dce10f5 commit 244fa1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: ./gradlew build -x check

- name: Publish to GitHub Packages
run: gradle publish
run: ./gradlew -c release-settings.gradle :java8:publish
env:
TOKEN: ${{ secrets.WIREMOCK_TOKEN }}
USERNAME: nitinPaypay
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ allprojects {
apply plugin: 'scala'
apply plugin: 'project-report'

group = 'com.github.tomakehurst'
version = '2.27.2'
group = 'com.github.paypay'
version = '2.27.3'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 244fa1f

Please sign in to comment.