Skip to content

Commit

Permalink
Merge pull request #466 from ballerina-platform/graalvm-check
Browse files Browse the repository at this point in the history
Mark GraalVM compatibility
  • Loading branch information
TharmiganK committed Jun 14, 2023
2 parents e3e4525 + 4b04325 commit 7a93dbb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
11 changes: 7 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
[package]
org = "ballerina"
name = "url"
version = "2.2.4"
version = "2.3.0"
authors = ["Ballerina"]
keywords = ["url encoding", "url decoding"]
repository = "https://github.com/ballerina-platform/module-ballerina-url"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.0.4"
distribution = "2201.7.0"

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "url-native"
version = "2.2.4"
path = "../native/build/libs/url-native-2.2.4.jar"
version = "2.3.0"
path = "../native/build/libs/url-native-2.3.0-SNAPSHOT.jar"
16 changes: 13 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.6.0-20230614-102000-d1aade7d"

[[package]]
org = "ballerina"
Expand All @@ -16,20 +17,30 @@ modules = [

[[package]]
org = "ballerina"
name = "test"
name = "lang.error"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "test"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.error"}
]
modules = [
{org = "ballerina", packageName = "test", moduleName = "test"}
]

[[package]]
org = "ballerina"
name = "url"
version = "2.2.4"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "test"}
Expand All @@ -38,4 +49,3 @@ modules = [
{org = "ballerina", packageName = "url", moduleName = "url"}
]


5 changes: 4 additions & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ keywords = ["url encoding", "url decoding"]
repository = "https://github.com/ballerina-platform/module-ballerina-url"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.0.4"
distribution = "2201.7.0"

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.2.5-SNAPSHOT
version=2.3.0-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion=2201.0.4
ballerinaLangVersion=2201.6.0-20230614-102000-d1aade7d

0 comments on commit 7a93dbb

Please sign in to comment.