diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 0368fe5..d2c7c22 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -5,8 +5,8 @@ name = "openai.finetunes" version = "1.0.5" license = ["Apache-2.0"] authors = ["Ballerina"] -keywords = [] -icon = "icon.png" +keywords = [] # TODO: Add keywords +icon = "icon.png" # TODO: Add icon repository = "https://github.com/ballerina-platform/module-ballerinax-openai.finetunes" [build-options] diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c58708a..a1b101d 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -93,7 +93,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.0" +version = "1.6.1" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 58ad57a..4ac3234 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,2 +1,2 @@ # This file was generated by the Gradle 'init' task. -# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format \ No newline at end of file +# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..d64cd49 Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 92c1ac1..a80b22c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -4,4 +4,4 @@ distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists \ No newline at end of file +zipStorePath=wrapper/dists