Skip to content

Commit

Permalink
Add new API to minified config
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Feb 6, 2024
1 parent 3fca32c commit 57c8ab0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@ limitations under the License.
<option>-keep public class com.ethlo.time.TemporalConsumer { *; }</option>
<option>-keep public class com.ethlo.time.TemporalHandler { *; }</option>
<option>-keep public class com.ethlo.time.TimezoneOffset { *; }</option>
<option>-keep public class com.ethlo.time.DateTimeParsers { *; }</option>
<option>-keep public class com.ethlo.time.DateTimeParser { *; }</option>
<option>-keep public class com.ethlo.time.DateTimeTokens { *; }</option>
<option>-keep public class com.ethlo.time.token.DateTimeToken { *; }</option>
</options>
<libs>
<lib>${java.home}/jmods/java.base.jmod</lib>
Expand Down

0 comments on commit 57c8ab0

Please sign in to comment.