Skip to content

Commit 2b009db

Browse files
updated SQL Developer and Maven versions
1 parent 2b4043c commit 2b009db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Please file your bug reports, enhancement requests, questions and other support
4747

4848
## How to Build
4949

50-
1. [Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 17.4.0
51-
2. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.5.2
50+
1. [Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 18.2.0
51+
2. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.5.4
5252
3. [Download](https://git-scm.com/downloads) and install a git command line client
5353
4. Clone the utPLSQL-SQLDeveloper repository
5454
5. Open a terminal window in the utPLSQL-SQLDeveloper root folder and type
@@ -57,10 +57,10 @@ Please file your bug reports, enhancement requests, questions and other support
5757

5858
6. Run maven build by the following command
5959

60-
mvn -Dsqldev.basedir=/Applications/SQLDeveloper17.4.0.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
60+
mvn -Dsqldev.basedir=/Applications/SQLDeveloper18.2.0.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
6161

6262
Amend the parameter sqldev.basedir to match the path of your SQL Developer installation. This folder is used to reference Oracle jar files which are not available in public Maven repositories
63-
7. The resulting file ```utplsql_for_SQLDev_x.x.x-SNAPSHOT.zip``` in the ```target``` directory may be installed within SQL Developer
63+
7. The resulting file ```utplsql_for_SQLDev_x.x.x-SNAPSHOT.zip``` in the ```target``` directory can be installed within SQL Developer
6464

6565
## License
6666

0 commit comments

Comments
 (0)