Skip to content

Commit be5e150

Browse files
update dependencies
1 parent 725001c commit be5e150

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ Please file your bug reports, enhancement requests, questions and other support
131131

132132
## How to Build
133133

134-
1. [Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 19.1.0
135-
2. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.5.4
134+
1. [Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 19.4.0
135+
2. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.6.3
136136
3. [Download](https://git-scm.com/downloads) and install a git command line client
137137
4. Clone the utPLSQL-SQLDeveloper repository
138138
5. Open a terminal window in the utPLSQL-SQLDeveloper root folder and type
@@ -141,7 +141,7 @@ Please file your bug reports, enhancement requests, questions and other support
141141

142142
6. Run maven build by the following command
143143

144-
mvn -Dsqldev.basedir=/Applications/SQLDeveloper19.1.0.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
144+
mvn -Dsqldev.basedir=/Applications/SQLDeveloper19.4.0.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
145145

146146
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
147147
7. The resulting file ```utplsql_for_SQLDev_x.x.x-SNAPSHOT.zip``` in the ```target``` directory can be installed within SQL Developer

0 commit comments

Comments
 (0)