Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gradle deprecations and update to gradle 8.11.1 #43668

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Shadow-Devil
Copy link
Contributor

Purpose

This pull request includes several changes to the Gradle build files to get rid of deprecation warnings.

It also updates Gradle to the newest version 8.11.1.

Approach

Samples

Remarks

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@@ -55,18 +55,12 @@ subprojects {
buildTasks = ['build']
git {
// To release from any branch
requireBranch = null
requireBranch.set('')
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A general question: is this gradle plugin currently still used to release the official versions? If not, then this could be removed. It currently also includes a deprecation warning see also (researchgate/gradle-release#379)

Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.43%. Comparing base (b0c3210) to head (bb168e6).
Report is 69 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #43668      +/-   ##
============================================
+ Coverage     77.40%   77.43%   +0.02%     
- Complexity    58584    58836     +252     
============================================
  Files          3445     3448       +3     
  Lines        219049   220271    +1222     
  Branches      28961    29231     +270     
============================================
+ Hits         169561   170565    +1004     
- Misses        40067    40237     +170     
- Partials       9421     9469      +48     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

settings.gradle Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants