mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
Misc fixes
This commit is contained in:
parent
8eb861b813
commit
f0859bbfcd
@ -8,8 +8,8 @@
|
||||
|
||||
### NCC
|
||||
|
||||
In order to avoid uploading `node_modules` to the repository, we use [zeit/ncc](https://github.com/zeit/ncc) to create a multiple `index.js` files that gets saved in `dist/`.
|
||||
There are two files that get created
|
||||
In order to avoid uploading `node_modules` to the repository, we use [zeit/ncc](https://github.com/zeit/ncc) to create multiple `index.js` files that gets saved under `dist/`.
|
||||
There are two main files that get created
|
||||
- `dist/setup/index.js`
|
||||
- Core `setup-java` logic that downloads and installs an appropriate version of Java
|
||||
- Handling creating a `settings.xml` file to make it easier to publish packages
|
||||
|
Loading…
Reference in New Issue
Block a user