AOSSIE-Org / AOSSIE-Org/NeuroTrack
Update Gradle Wrapper to Support Java 21
- Ngôn ngữ chính
- Dart
- Star
- 29
- Fork
- 50
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### Is your feature request related to a problem?
- [x] Yes, it is related to a problem
## Description:
The current gradle-wrapper.properties file uses an outdated Gradle version that is not fully compatible with Java 21. This may cause build issues or prevent the project from compiling on systems using Java 21.
## Proposed Solution:
Update the distributionUrl in gradle-wrapper.properties to a Gradle version that supports Java 21 (e.g., 8.4 or higher).
## Old version, current version in code (that supports java 19 or lesser)
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip
## Version to update
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
### Record
- [x] I agree to follow this project's Code of Conduct
- [x] I want to work on implementing this feature
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.