Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Add Maven settings to increase stability
Browse files Browse the repository at this point in the history
  • Loading branch information
LlewVallis committed Aug 21, 2020
1 parent e1d6537 commit 9747dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ cd ..

echo "Building plugin"
cd plugin
mvn package
mvn package -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
cd ..

echo "Building agent"
cd agent
mvn package
mvn package -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
cd ..

0 comments on commit 9747dd3

Please sign in to comment.