setup-java/__tests__
Plamen Totev 249ea4386f Normalize the version before it is looked up in the tool cache
Currently the resolved version is cached. For example something like 8.0.141.
On other hand when a version is looked up in the cache the string provided
by the user is used. This may lead to unexpected behavior. 1.8 will not match
8.0.141. Normalizing the version string before looking up in the tool cache
will solve the problem. The normalized version (8.x) will match the
entry in the cache as expected.

Normalizing the string in the beginning of the flow won't hurt
as it is a valid version specification. What is more it the user can supply
the normalized version directly so the code should be able to work with it.
2020-04-14 21:17:06 +03:00
..
auth.test.ts improve tests 2019-12-19 14:18:54 -08:00
installer.test.ts Normalize the version before it is looked up in the tool cache 2020-04-14 21:17:06 +03:00
verify-java.ps1 standardize workflow test pattern 2020-02-11 19:38:16 -05:00
verify-java.sh standardize workflow test pattern 2020-02-11 19:38:16 -05:00