Skip to content

Commit

Permalink
chore: release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Jan 27, 2022
1 parent a582477 commit 281ceb0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This changelog follows [Keep a Changelog v1.0.0](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## v0.1.5 - 2022-01-27

### Changed

Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.skypencil.errorprone.slf4j</groupId>
<artifactId>errorprone-slf4j</artifactId>
<version>0.1.5-SNAPSHOT</version>
<version>0.1.5</version>
<url>https://github.com/KengoTODA/errorprone-slf4j</url>
<description>Error Prone plugin for SLF4J</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -192,6 +192,18 @@
</executions>
<configuration>
<doclint>none</doclint>
+ <additionalOptions>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED</arg>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED</arg>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
+ <arg>--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
+ </additionalOptions>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 281ceb0

Please sign in to comment.