circuitjs1
circuitjs1 copied to clipboard
Fixes pfalstad/circuitjs1#167 : Added Gradle Wrapper v8.14.2 to Project
Summary
Fixes pfalstad/circuitjs1#167
Description
This PR adds the Gradle Wrapper version 8.14.2 to the project. It ensures consistent and portable builds across different environments without requiring users to have Gradle pre-installed system-wide.
Changes
- Added
gradlewandgradlew.batscripts - Included
gradle/wrapper/gradle-wrapper.jarandgradle-wrapper.propertiesconfigured for version8.14.2 - Updated README.md to mention the use of
./gradleworgradlew.batas an alternative to the system-installed gradle
Motivation
Adding a Gradle wrapper resolves build issues for contributors and CI environments that rely on a predefined Gradle version, addressing the issue reported in #167. The README update improves developer onboarding by clarifying the new usage options.
@pfalstad requesting review