8000 Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead by fairyfar · Pull Request #1286 · sqlancer/sqlancer · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@fairyfar
Copy link

Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead

1. Problem

When compiling SQLancer, the following warnings are reported:

$ mvn package -DskipTests
...
[INFO] --- compiler:3.10.1:compile (default-compile) @ sqlancer ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
...

2. Root Cause

Since maven-compiler-plugin v3.1, the 'compilerArguments' has been replaced by 'compilerArgs'. For details, see Reference:

https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArguments

…} instead

1. Problem

When compiling SQLancer, the following warnings are reported:

```bash
$ mvn package -DskipTests
...
[INFO] --- compiler:3.10.1:compile (default-compile) @ sqlancer ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
...
```

2. Root Cause

Since maven-compiler-plugin v3.1, the 'compilerArguments' has been replaced by 'compilerArgs'. For details, see Reference:

https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0