circuitjs1 icon indicating copy to clipboard operation
circuitjs1 copied to clipboard

Fixes pfalstad/circuitjs1#167 : Added Gradle Wrapper v8.14.2 to Project

Open aamitn opened this issue 6 months ago • 1 comments

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 avatar Jun 18 '25 06:06 aamitn

@pfalstad requesting review

aamitn avatar Jun 24 '25 05:06 aamitn