Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
warunalakshitha committed Jul 27, 2023
1 parent 6693f44 commit 0f4d0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ballerina/tests/os_test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ function testExecWithOutputStdErr() returns error? {
test:assertTrue(stdErrString.includes("hello world"));
}

@test:Config {
enable:false
}
@test:Config {}
function testExecWithEnvironmentVariable() returns error? {
Process process = check exec({value: bal_exec_path, arguments: ["run", "tests/resources/hello3.bal"]}, BAL_CONFIG_FILES = "tests/resources/config/Config.toml");
int exitCode = check process.waitForExit();
Expand Down
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=1.7.1-SNAPSHOT
version=1.7.0-SNAPSHOT

ballerinaGradlePluginVersion=2.0.0
githubSpotBugsVersion=5.0.14
Expand Down

0 comments on commit 0f4d0de

Please sign in to comment.