File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed 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
11
11
12
12
mkdir dist
13
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
14
19
15
zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH} -${VERSION} .zip utPLSQL-cli
20
16
zip -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/).
9
9
Provides an easy way of invoking utPLSQL from command-line. Main features:
10
10
11
11
* Ability to run tests with multiple reporters simultaneously.
12
+ * Realtime reporting during test-run
12
13
* Ability to save output from every individual reporter to a separate output file.
13
14
* 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.
15
16
16
17
## Downloading
17
18
@@ -21,7 +22,7 @@ You can also download all development versions from [Bintray](https://bintray.co
21
22
22
23
23
24
## 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
25
26
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
26
27
27
28
## Compatibility
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >org.utplsql</groupId >
25
25
<artifactId >java-api</artifactId >
26
- <version >3.1.8-SNAPSHOT </version >
26
+ <version >3.1.8</version >
27
27
<scope >compile</scope >
28
28
<exclusions >
29
29
<exclusion >
You can’t perform that action at this time.
0 commit comments