Skip to content

Commit 6b38976

Browse files
committed
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
1 parent b429b4b commit 6b38976

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis/create_release.sh

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appass
1111

1212
mkdir dist
1313
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
1814

1915
zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli
2016
zip -r -q utPLSQL-cli.zip utPLSQL-cli

0 commit comments

Comments
 (0)