Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit b30abbe

Browse files
committed
Migration from GRADLE to MAVEN.
1 parent 148714d commit b30abbe

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,10 @@ There is an option to obtain statistics about the information logged in the data
9595

9696
# Build the extension JAR file
9797

98-
Use the following command and the JAR file will be located in folder **build/lib**:
98+
Use the following command and the JAR file **LogRequestsToSQLite.jar** will be located in folder **target**:
9999

100100
```
101-
$ gradlew clean fatJar
102-
```
103-
104-
# Audit third party dependencies
105-
106-
The goal `dependencyCheckAnalyze` can be used to verify if one of the dependencies used contains CVE.
107-
108-
Use the command line option `-PodcGradlePluginVersion=x.x.x` to specify a specific version of the [OWASP Dependency Check Grable plugin](https://mvnrepository.com/artifact/org.owasp/dependency-check-gradle)
109-
110-
```
111-
$ gradlew -PodcGradlePluginVersion=3.2.1 dependencyCheckAnalyze
101+
$ mvn clean package
112102
```
113103

114104
# Night build

0 commit comments

Comments
 (0)