Skip to content

Commit

Permalink
update to v20210202, implements #57
Browse files Browse the repository at this point in the history
  • Loading branch information
blutorange committed Feb 13, 2021
1 parent d8e784b commit 5dec5b8
Show file tree
Hide file tree
Showing 28 changed files with 2,021 additions and 947 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

See also the [closure compiler changelog](https://github.com/google/closure-compiler/wiki/Releases).

## 2.21.0

* Update to closure compiler version `v20210202`
* Add flag for allowing dynamic import expression (`closureAllowDynamicImport`) #57

## 2.20.0

* Update to closure compiler version `v20210106`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Configure your project's `pom.xml` to run the plugin during the project's build
<plugin>
<groupId>com.github.blutorange</groupId>
<artifactId>closure-compiler-maven-plugin</artifactId>
<version>2.20.0</version>
<version>2.21.0</version>
<configuration>
<!-- Base configuration for all executions (bundles) -->
<baseSourceDir>${project.basedir}/src/main/resources</baseSourceDir>
Expand Down Expand Up @@ -153,7 +153,7 @@ For the example above, this means that the source file name would be `js/index.j

* `mvn versions:display-dependency-updates`
* Update version in `pom.xml` and `src/test/resources/projects/parent/pom.xml`.
* Update version in `site/src/*` and `README.md`.
* Update version in `README.md`.
* Update CHANGELOG.md
* Generate site, check links
* Upload site to github (see above)
Expand Down
337 changes: 337 additions & 0 deletions eclipse-java-google-style.xml

Large diffs are not rendered by default.

0 comments on commit 5dec5b8

Please sign in to comment.