From 653d70e119089d2b9aca8d159354e94ae4afeb7a Mon Sep 17 00:00:00 2001 From: gabilang Date: Thu, 20 Jul 2023 19:31:47 +0530 Subject: [PATCH] Add git attribute and bump lang version --- .gitattributes | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d13affe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ensure all Java files use LF. +*.java eol=lf diff --git a/gradle.properties b/gradle.properties index 8fff9f6..38343ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ version=2.3.0-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 ballerinaGradlePluginVersion=2.0.0 -ballerinaLangVersion=2201.7.0-20230619-175900-bb4e4544 +ballerinaLangVersion=2201.8.0-20230720-173900-e892994a