8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b429b4b commit 6b38976Copy full SHA for 6b38976
.travis/create_release.sh
@@ -11,10 +11,6 @@ sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appass
11
12
mkdir dist
13
mv target/appassembler utPLSQL-cli
14
-# Remove Oracle libraries du to licensing problems
15
-rm -f utPLSQL-cli/lib/ucp*.jar
16
-rm -f utPLSQL-cli/lib/ojdbc8*.jar
17
-rm -f utPLSQL-cli/lib/orai18n*.jar
18
19
zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli
20
zip -r -q utPLSQL-cli.zip utPLSQL-cli
0 commit comments