mirror of
https://github.com/actions/setup-java.git
synced 2026-06-30 17:11:40 +00:00
Compare commits
3 Commits
475e4d0651
...
3590bfdb12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3590bfdb12 | ||
|
|
7a445ee88d | ||
|
|
f228ab54b9 |
BIN
dist/index.js
generated
vendored
Normal file
BIN
dist/index.js
generated
vendored
Normal file
Binary file not shown.
@ -463,7 +463,7 @@ The result is a Toolchain with entries for JDKs 8, 11 and 15. You can even combi
|
|||||||
architecture: x64
|
architecture: x64
|
||||||
```
|
```
|
||||||
|
|
||||||
This will generate a Toolchains entry with the following values: `version: 1.6`, `vendor: jkdfile`, `id: Oracle_1.6`.
|
This will generate a Toolchains entry with the following values: `version: 1.6`, `vendor: jdkfile`, `id: Oracle_1.6`.
|
||||||
|
|
||||||
### Modifying The Toolchain Vendor For JDKs
|
### Modifying The Toolchain Vendor For JDKs
|
||||||
Each JDK provider will receive a default `vendor` using the `distribution` input value but this can be overridden with the `mvn-toolchain-vendor` parameter as follows.
|
Each JDK provider will receive a default `vendor` using the `distribution` input value but this can be overridden with the `mvn-toolchain-vendor` parameter as follows.
|
||||||
|
|||||||
@ -58,7 +58,8 @@ const supportedPackageManager: PackageManager[] = [
|
|||||||
'**/*.sbt',
|
'**/*.sbt',
|
||||||
'**/project/build.properties',
|
'**/project/build.properties',
|
||||||
'**/project/**.scala',
|
'**/project/**.scala',
|
||||||
'**/project/**.sbt'
|
'**/project/**.sbt',
|
||||||
|
'!**/version.sbt' // releasing a new version of a library project shouldn't invalidate the entire sbt cache
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user