Skip to content

Commit

Permalink
Merge pull request #5 from RolandHewage/driver_import_issue_alpha5
Browse files Browse the repository at this point in the history
[SL Alpha 5] Fix driver not detected issue
  • Loading branch information
abeykoon authored Aug 20, 2021
2 parents 7efcb7a + eb1e894 commit 78c08e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "snowflake.driver"
version = "0.1.0"
version = "0.1.1"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["snowflake","cloud","data warehouse"]
Expand Down
2 changes: 2 additions & 0 deletions snowflake.bal
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@

// This file is here for the purpose of building the connector driver module.
// We need add at least one .bal file to build the module.

import ballerina/jballerina.java as _;

0 comments on commit 78c08e7

Please sign in to comment.