-
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
3c5c96e
commit 42a7de7
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 google-pay:build hosted-fields:build venmo:build paysafe-core:build threedsecure:build tokenization:build paysafe-cardinal:publishToMavenLocal google-pay:publishToMavenLocal hosted-fields:publishToMavenLocal venmo:publishToMavenLocal paysafe-core:publishToMavenLocal threedsecure:publishToMavenLocal tokenization:publishToMavenLocal --refresh-dependencies | ||
- ./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 |
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.34 | ||
VERSION=0.0.35 |