Skip to content

Conversation

aamitn
Copy link

@aamitn aamitn commented Jun 18, 2025

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 gradlew and gradlew.bat scripts
  • Included gradle/wrapper/gradle-wrapper.jar and gradle-wrapper.properties configured for version 8.14.2
  • Updated README.md to mention the use of ./gradlew or gradlew.bat as 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.

@aamitn
Copy link
Author

aamitn commented Jun 24, 2025

@pfalstad requesting review

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.

Addition of Gradle Wrapper to the project
1 participant