-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42a7de7
commit 89d9afe
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
jdk: | ||
- openjdk17 | ||
install: | ||
- ./gradlew paysafe-cardinal:build paysafe-cardinal:publishToMavenLocal paysafe-core:build paysafe-core:publishToMavenLocal threedsecure:build threedsecure:publishToMavenLocal tokenization:build tokenization:publishToMavenLocal hosted-fields:build hosted-fields:publishToMavenLocal google-pay:build google-pay:publishToMavenLocal venmo:build venmo:publishToMavenLocal --refresh-dependencies | ||
- ./gradlew paysafe-cardinal:build paysafe-cardinal:publishToMavenLocal --refresh-dependencies && ./gradlew paysafe-core:build paysafe-core:publishToMavenLocal --refresh-dependencies && ./gradlew threedsecure:build threedsecure:publishToMavenLocal --refresh-dependencies && ./gradlew tokenization:build tokenization:publishToMavenLocal --refresh-dependencies && ./gradlew hosted-fields:build hosted-fields:publishToMavenLocal --refresh-dependencies && ./gradlew google-pay:build google-pay:publishToMavenLocal --refresh-dependencies && ./gradlew venmo:build venmo:publishToMavenLocal --refresh-dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
# Copyright (c) 2024 Paysafe Group | ||
# | ||
|
||
VERSION=0.0.35 | ||
VERSION=0.0.36 |