We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cb66f commit 8a040acCopy full SHA for 8a040ac
ballerina/Ballerina.toml
@@ -10,7 +10,7 @@ license = ["Apache-2.0"]
10
distribution = "2201.1.0"
11
12
[[platform.java11.dependency]]
13
-path = "../native/build/libs/java.jdbc-native-1.4.1-SNAPSHOT.jar"
+path = "../native/build/libs/java.jdbc-native-1.4.1.jar"
14
15
16
path = "./lib/sql-native-1.4.1.jar"
ballerina/CompilerPlugin.toml
@@ -3,4 +3,4 @@ id = "jdbc-compiler-plugin"
3
class = "io.ballerina.stdlib.java.jdbc.compiler.JDBCCompilerPlugin"
4
5
[[dependency]]
6
-path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.4.1-SNAPSHOT.jar"
+path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.4.1.jar"
0 commit comments