Skip to content

Commit 8a26c3c

Browse files
committed
docs: clarify release requirements and Maven link
1 parent eda941c commit 8a26c3c

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ The latest release is **Scriptella 1.4** (Java 17 baseline), published on
1111
August 14, 2026.
1212

1313
Scriptella 1.4 is available from [GitHub Releases](https://github.com/scriptella/scriptella-etl/releases/tag/scriptella-parent-1.4)
14-
and Maven Central.
14+
and [Maven Central](https://central.sonatype.com/artifact/org.scriptella/scriptella-core).
1515

1616
See the [changelog](CHANGELOG.md) for the release details and compatibility
1717
changes.
1818

1919
## Requirements
2020

21-
| Version | Java | Build tools |
22-
| --- | --- | --- |
23-
| **Scriptella 1.3 release** | Java **8** | Maven **3.6+**; Ant **1.10.17** for release packaging |
24-
| **Scriptella 1.4** | Java **17** | Maven **3.6+**; Ant **1.10.17** for release packaging |
21+
| Version | Java |
22+
| --- | --- |
23+
| **Scriptella 1.4** | Java **17** |
24+
| **Scriptella 1.3 (Java 8 compatibility release)** | Java **8** |
2525

2626
## Getting Scriptella
2727

@@ -118,13 +118,14 @@ providers without assembling modules yourself.
118118

119119
### Build from source
120120

121-
Current `master` must be built with JDK 17:
121+
Current `master` must be built with JDK 17. Use Maven 3.6 or newer for the
122+
module build; Ant 1.10.17 is required for release distribution packaging:
122123

123124
```bash
124125
# Module build and tests (primary path)
125126
mvn clean install
126127

127-
# Optional: Ant packaging (Ant 1.10.17 for release dist / all-in-one JAR)
128+
# Optional: Ant packaging (release dist / all-in-one JAR)
128129
ant clean jar
129130
```
130131

docs/site/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ python3 docs/site/sync_generated_docs.py --dry-run
4343
python3 docs/site/sync_generated_docs.py --build --dry-run
4444
```
4545

46-
Requires **Python 3.9+**, **rsync**, and (for `--build`) **Ant**. DTDDoc is
47-
used when present for a full docs rebuild. For a 1.3 docs rebuild, prefer
46+
Requires **Python 3.9+**, **rsync**, and (for `--build`) **Ant 1.10.17**. DTDDoc
47+
is used when present for a full docs rebuild. For a 1.3 docs rebuild, prefer
4848
**Java 8** for Javadoc so the output matches the frameset layout currently
4949
published on scriptella.org (`--build` tries to select a Java 8 `JAVA_HOME`
5050
automatically on macOS). Current `master` requires JDK 17 and should only be

0 commit comments

Comments
 (0)