|
1 | 1 | [](http://www.apache.org/licenses/LICENSE-2.0)
|
2 |
| -[](http://search.maven.org/#artifactdetails|com.igormaznitsa|jcp|6.1.4|jar) |
| 2 | +[](http://search.maven.org/#artifactdetails|com.igormaznitsa|jcp|7.0.0|jar) |
3 | 3 | [](https://www.codacy.com/app/rrg4400/java-comment-preprocessor)
|
4 |
| -[](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |
| 4 | +[](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |
5 | 5 | [](https://maven.apache.org/)
|
| 6 | +[](https://gradle.org/) |
6 | 7 | [](http://ant.apache.org/)
|
7 | 8 | [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2)
|
8 | 9 | [](http://yasobe.ru/na/iamoss)
|
9 | 10 |
|
10 | 11 | # Changelog
|
11 |
| -- **7.0.0 (SNAPSHOT)** |
12 |
| - - reworked some parameters for Maven and ANT plug-ins |
| 12 | +- **7.0.0 (31 mar 2019)** |
| 13 | + - **reworked some parameters for Maven and ANT plug-ins** |
13 | 14 | - added embedded Gradle plugin `com.igormaznitsa.jcp`
|
14 | 15 | - added function `STR esc(STR)`
|
15 | 16 | - fixed build under JDK 9+
|
|
20 | 21 | - **6.1.4 (16 jun 2018)**
|
21 | 22 | - [#19](https://github.com/raydac/java-comment-preprocessor/issues/19) removed dependencies to meta packages (their sources moved into project)
|
22 | 23 |
|
23 |
| -- **6.1.3 (29 apr 2018)** |
24 |
| - - added automatic module name `igormaznitsa.jcp` |
25 |
| - - CORE: added `/U` key to turn on mode to interpret unknown variables as FALSE (in Maven and ANT `unknownVarAsFalse`), [#17](https://github.com/raydac/java-comment-preprocessor/issues/17) |
26 |
| - |
27 | 24 | [Full changelog](https://github.com/raydac/java-comment-preprocessor/blob/master/changelog.txt)
|
28 | 25 |
|
29 | 26 | # Introduction
|
|
0 commit comments