Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'v2.2.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Jan 28, 2022
1 parent 5edee32 commit 93d71a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.2.0-SNAPSHOT
version=2.2.0
checkstylePluginVersion=8.18
spotbugsPluginVersion=4.5.1
shadowJarPluginVersion=5.2.0
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
org = "ballerina"
name = "integration_tests"
version = "@toml.version@"
version = "2.2.0"
[[platform.java11.dependency]]
path = "../native/build/libs/log-native-@project.version@.jar"
path = "../native/build/libs/log-native-2.2.0.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/log-test-utils-@project.version@.jar"
path = "../test-utils/build/libs/log-test-utils-2.2.0.jar"

[[platform.java11.dependency]]
path = "./lib/io-native-@io.native.version@.jar"
path = "./lib/io-native-1.2.0.jar"
4 changes: 2 additions & 2 deletions integration-tests/tests/Config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[integration_tests]
bal_exec_path = "@exec.path@"
temp_dir_path = "@temp.path@"
bal_exec_path = "/home/runner/work/module-ballerina-log/module-ballerina-log/target/ballerina-runtime/bin/bal"
temp_dir_path = "/tmp/groovy-generated-tmpdir-13864362336453337668"

0 comments on commit 93d71a5

Please sign in to comment.