Skip to content

Commit 3bb1309

Browse files
update how to build section
1 parent b000d9c commit 3bb1309

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
@@ -144,8 +144,8 @@ Please file your bug reports, enhancement requests, questions and other support
144144

145145
## How to Build
146146

147-
1. [Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 20.2.0
148-
2. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.6.3
147+
1. [Download](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html) and install SQL Developer 21.4.2
148+
2. [Download](https://maven.apache.org/download.cgi) and install Apache Maven 3.8.3
149149
3. [Download](https://git-scm.com/downloads) and install a git command line client
150150
4. Clone the utPLSQL-SQLDeveloper repository
151151
5. Open a terminal window in the utPLSQL-SQLDeveloper root folder and type
@@ -154,7 +154,7 @@ Please file your bug reports, enhancement requests, questions and other support
154154

155155
6. Run maven build by the following command
156156

157-
mvn -Dsqldev.basedir=/Applications/SQLDeveloper20.2.0.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
157+
mvn -Dsqldev.basedir=/Applications/SQLDeveloper21.4.2.app/Contents/Resources/sqldeveloper -DskipTests=true clean package
158158

159159
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
160160
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)