Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
We don't need to remove the Oracle jars anymore due to new licensing!
This is huge, because we can now ship cli with default ojdbc libs
  • Loading branch information
pesse committed Oct 21, 2019
commit 6b38976adf989d3a17cae77debb9f803388b8b5c
4 changes: 0 additions & 4 deletions .travis/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appass

mkdir dist
mv target/appassembler utPLSQL-cli
# Remove Oracle libraries du to licensing problems
rm -f utPLSQL-cli/lib/ucp*.jar
rm -f utPLSQL-cli/lib/ojdbc8*.jar
rm -f utPLSQL-cli/lib/orai18n*.jar

zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli
zip -r -q utPLSQL-cli.zip utPLSQL-cli
Expand Down