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