-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2112 from dmatej/eclipse-2016-http2Trailers-clear
Aggregated fixes from Payara
- Loading branch information
Showing
30 changed files
with
772 additions
and
491 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
language: java | ||
dist: trusty | ||
jdk: | ||
- oraclejdk8 | ||
os: linux | ||
dist: focal | ||
addons: | ||
apt: | ||
packages: | ||
- openjdk-8-jdk | ||
env: | ||
global: | ||
- PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:$PATH | ||
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 | ||
before_install: | ||
- wget https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz | ||
- tar xzvf apache-maven-3.6.3-bin.tar.gz | ||
- export PATH=`pwd`/apache-maven-3.6.3/bin:$PATH | ||
- mvn -v | ||
sudo: false | ||
script: mvn --fail-at-end clean verify | ||
install: | ||
- mvn install -DskipTests=true -Pstaging -Dmaven.javadoc.skip=true -B -V | ||
script: mvn --fail-at-end clean verify -Pstaging | ||
|
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
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
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
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
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
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
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
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
Oops, something went wrong.