This is a module of Bearsampp project involving Ghostscript.
This project uses Gradle as its build system. The legacy Ant build has been fully replaced with a modern, pure Gradle implementation.
Important: This project uses system-installed Gradle only. Neither Ant nor Gradle Wrapper (gradlew) are used. You must have Gradle 8.0+ installed on your system.
# Display build information
gradle info
# List all available tasks
gradle tasks
# Verify build environment
gradle verify
# Build a release (interactive)
gradle release
# Build a specific version (non-interactive)
gradle release -PbundleVersion=10.05.1
# Clean build artifacts
gradle clean| Requirement | Version | Purpose |
|---|---|---|
| Java | 8+ | Required for Gradle execution |
| Gradle | 8.0+ | Build automation tool |
| 7-Zip | Latest | Archive extraction and creation |
| Task | Description |
|---|---|
release |
Build release package (interactive/non-interactive) |
releaseAll |
Build all available versions |
clean |
Clean build artifacts and temporary files |
verify |
Verify build environment and dependencies |
info |
Display build configuration information |
listVersions |
List available bundle versions in bin/ |
listReleases |
List available releases from properties |
validateProperties |
Validate build.properties configuration |
For complete documentation, see .gradle-docs/README.md
- Build Documentation: .gradle-docs/README.md
- Task Reference: .gradle-docs/TASKS.md
- Configuration Guide: .gradle-docs/CONFIGURATION.md
- API Reference: .gradle-docs/API.md
- Module Downloads: https://bearsampp.com/module/ghostscript
Issues must be reported on Bearsampp repository.