This is a module of Bearsampp project involving PostgreSQL.
This project uses Gradle as its build system. The build has been implemented with a modern, pure Gradle implementation.
# Display build information
gradle info
# List all available tasks
gradle tasks
# Verify build environment
gradle verify
# Build a release for specific version
gradle release -PbundleVersion=17.5
# Build all versions
gradle releaseAll
# 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 (optional) |
| Task | Description |
|---|---|
release |
Build release package for specific version |
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 modules-untouched |
validateProperties |
Validate gradle.properties configuration |
checkModulesUntouched |
Check modules-untouched integration |
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/postgresql
Issues must be reported on Bearsampp repository.