From 505ebcb56495d9d98fa93fa0858e0c8fece5a6a7 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Mon, 23 Oct 2023 18:03:36 +0530 Subject: [PATCH] Add the changelog file --- changelog.md | 11 +++++++++++ native/build.gradle | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..302cf6c --- /dev/null +++ b/changelog.md @@ -0,0 +1,11 @@ +# Change Log +This file contains all the notable changes done to the Ballerina GraphQL package through the releases. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Changed + +- [[#5073] Migrate to Gradle Build](https://github.com/ballerina-platform/ballerina-standard-library/issues/5073) diff --git a/native/build.gradle b/native/build.gradle index dc7eb31..1385040 100644 --- a/native/build.gradle +++ b/native/build.gradle @@ -93,7 +93,6 @@ checkstyle { checkstyleMain.dependsOn ':checkstyle:downloadCheckstyleRuleFiles' - jar { duplicatesStrategy = DuplicatesStrategy.EXCLUDE dependsOn configurations.dist