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 4 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.40%. Comparing base (b0c3210) to head (bb168e6).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #43668      +/-   ##
============================================
- Coverage     77.40%   77.40%   -0.01%     
+ Complexity    58584    58583       -1     
============================================
  Files          3445     3445              
  Lines        219049   219049              
  Branches      28961    28961              
============================================
- Hits         169561   169547      -14     
- Misses        40067    40083      +16     
+ Partials       9421     9419       -2     

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

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.

1 participant