Skip to content

Commit

Permalink
feat(certificate): add Trust all certificate option (#49)
Browse files Browse the repository at this point in the history
Closes STUDIO-4134
  • Loading branch information
rbioteau authored Oct 4, 2021
1 parent f596b7e commit 6d5b7f7
Show file tree
Hide file tree
Showing 28 changed files with 2,499 additions and 2,531 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11

- name: Build and test
env:
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.3/apache-maven-3.5.3-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
719 changes: 362 additions & 357 deletions pom.xml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 6d5b7f7

Please sign in to comment.