Skip to content

Files

Latest commit

Nov 29, 2022
0a71ae0 · Nov 29, 2022

History

History
16 lines (12 loc) · 691 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 691 Bytes

JPackage

A copy of the JPackage source code branched of from openjdk/jdk at 5795c760db5.

The JDK is a huge repository with 1.8Gb, >80K files and > 70K commits. Checking it out from the remote in order to inspect things in a local IDE is not a quick operation with a repository of this size.

This clone has relocated the packages and renamed everything from jdk.jpackage to mobanisto.jpackage so that conflicts with the packages from the JDK this is compiled with are avoided.

Also, Gradle configurations have been added to that the project can be built in the IDE.