Skip to content

Commit

Permalink
Merge pull request #279 from daneshk/main
Browse files Browse the repository at this point in the history
Change the groupid of native dependency in Ballerina.toml
  • Loading branch information
daneshk authored Apr 4, 2024
2 parents b981b10 + aa1bb1a commit 34a5a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ distribution = "2201.8.0"
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.persist"
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.3.0"
path = "../native/build/libs/persist-native-1.3.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ distribution = "2201.8.0"
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.persist"
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "@toml.version@"
path = "../native/build/libs/persist-native-@project.version@.jar"

0 comments on commit 34a5a00

Please sign in to comment.