Skip to content

Commit

Permalink
Avoid obfuscation of config class
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Jan 28, 2024
1 parent ff1d220 commit fee585e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ limitations under the License.
<option>-repackageclasses</option>
<option>-flattenpackagehierarchy a</option>
<option>-keepattributes Signature</option>
<option>-keep public class com.ethlo.time.ParseConfig { *; }</option>
<option>-keep public class com.ethlo.time.ITU { *; }</option>
<option>-keep public class com.ethlo.time.DateTime { *; }</option>
<option>-keep public class com.ethlo.time.Field { *; }</option>
Expand Down

0 comments on commit fee585e

Please sign in to comment.