This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Add proxy support #128
Merged
Add proxy support #128
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
zteater
commented
Oct 1, 2021
•
edited
Loading
edited
- Add support for proxies
- Upgrade actions/setup-java from 1.4.3 to 2.2.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1.4.3 to 2.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1.4.3...v2.1.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Add distribution to actions/setup-java
…-setup Fix java distribution for actions/setup-java
…op/actions/setup-java-2.1.0 Bump actions/setup-java from 1.4.3 to 2.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…op/actions/setup-java-2.2.0 Bump actions/setup-java from 2.1.0 to 2.2.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…op/actions/setup-java-2.3.0 Bump actions/setup-java from 2.2.0 to 2.3.0
Add support for including `<proxies>` in `settings.xml`. Provide this input as follows: ``` proxies: > [ { "id": "foo-proxy", "active": "true", "protocol": "http", "host": "https://proxy.example.com", "port": "443", "username": "foo", "password": "bar", "nonProxyHosts": "noproxy1.example.com|noproxy2.example.com" } ] ``` Update README as well as add unit tests.
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…op/actions/setup-java-2.3.1 Bump actions/setup-java from 2.3.0 to 2.3.1
feat: Add support for proxies
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.