Skip to content

Commit

Permalink
Merge pull request #95 from AzeemMuzammil/fb-enable-grallvm-check
Browse files Browse the repository at this point in the history
Update with `graalvmCompatible` property
  • Loading branch information
AzeemMuzammil committed Jul 11, 2023
2 parents a1af975 + 8546e34 commit 78e46dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinalang.twitter
version=2.3.1
ballerinaLangVersion=2201.3.1
version=3.3.0
ballerinaLangVersion=2201.7.0
11 changes: 7 additions & 4 deletions twitter/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
distribution = "2201.3.1"
distribution = "2201.7.0"
org = "ballerinax"
name = "twitter"
license= ["Apache-2.0"]
authors = ["Ballerina"]
version= "3.1.0"
version= "3.3.0"
export= ["twitter", "twitter.listener"]
repository = "https://github.com/ballerina-platform/module-ballerinax-twitter"
keywords = ["Marketing/Social Media Accounts", "Cost/Freemium"]
Expand All @@ -13,8 +13,11 @@ icon = "icon.png"
[build-options]
observability-included=true

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
path = "../java-wrapper/build/libs/java-wrapper-2.3.1.jar"
path = "../java-wrapper/build/libs/java-wrapper-3.3.0.jar"
groupId = "org.ballerinalang.twitter"
artifactId = "java-wrapper"
version = "2.3.1"
version = "3.3.0"
2 changes: 1 addition & 1 deletion twitter/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package provides the capability to perform Tweets and users related operati
### Compatibility
| | Version |
|---------------------|---------------------------|
| Ballerina Language | Swan Lake 2201.3.1 |
| Ballerina Language | Swan Lake 2201.7.0 |
| Twitter API | V1.1 |

## Report issues
Expand Down

0 comments on commit 78e46dc

Please sign in to comment.