File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appass
1111
1212mkdir dist
1313mv 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
1915zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH} -${VERSION} .zip utPLSQL-cli
2016zip -r -q utPLSQL-cli.zip utPLSQL-cli
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ Java command-line client for [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/).
99Provides an easy way of invoking utPLSQL from command-line. Main features:
1010
1111* Ability to run tests with multiple reporters simultaneously.
12+ * Realtime reporting during test-run
1213* Ability to save output from every individual reporter to a separate output file.
1314* Allows execution of selected suites, subset of suite.
14- * Maps project and test files to database objects for reporting purposes. (Coming Soon)
15+ * Maps project and test files to database objects for reporting purposes.
1516
1617## Downloading
1718
@@ -21,7 +22,7 @@ You can also download all development versions from [Bintray](https://bintray.co
2122
2223
2324## Requirements
24- * [ Java SE Runtime Environment 8] ( http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html )
25+ * [ Java SE Runtime Environment 8] ( http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html ) or newer
2526* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
2627
2728## Compatibility
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >org.utplsql</groupId >
2525 <artifactId >java-api</artifactId >
26- <version >3.1.8-SNAPSHOT </version >
26+ <version >3.1.8</version >
2727 <scope >compile</scope >
2828 <exclusions >
2929 <exclusion >
You can’t perform that action at this time.
0 commit comments