Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Latest dave (#893)
Browse files Browse the repository at this point in the history
* up maven image level

* up maven image level

* up maven image level

* Update stack.yaml

fix quotes

* increment version number

* compile jave

* compile jave

* compile java

* no wget

* wget from travis

* fix javac

* debug

* try again

* try again
  • Loading branch information
davco01a authored Apr 28, 2021
1 parent b139517 commit 6a7920d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ services:
# reset hard to $TRAVIS_COMMIT
install:
- . ./ci/git_setup.sh
- wget -nv https://repo1.maven.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar -O ${TRAVIS_BUILD_DIR}
- mkdir ${TRAVIS_BUILD_DIR}/jars
- wget -nv https://repo1.maven.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar -O ${TRAVIS_BUILD_DIR}/jars/osgi.jar

before_script:
- ./ci/download_cli.sh
Expand Down
4 changes: 2 additions & 2 deletions build_for_scan.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
find . -name "org.osgi.core-6.0.0.jar"
javac -cp org.osgi.core-6.0.0.jar incubator/java-openliberty/image/project/util/RangeIncludesVersion.java
find . -name "osgi.jar"
javac -cp jars/osgi.jar incubator/java-openliberty/image/project/util/RangeIncludesVersion.java
rm -rf experimental
cd incubator
rm -rf java-microprofile
Expand Down

0 comments on commit 6a7920d

Please sign in to comment.