Skip to content

Commit

Permalink
Move testcases-proguard.conf into gson/src/test/resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ganadist committed Sep 12, 2020
1 parent 741b1e4 commit a25f96b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<injar>test-classes-obfuscated-injar</injar>
<outjar>test-classes-obfuscated-outjar</outjar>
<inFilter>**/*.class</inFilter>
<proguardInclude>${basedir}/testcases-proguard.conf</proguardInclude>
<proguardInclude>${basedir}/src/test/resources/testcases-proguard.conf</proguardInclude>
<libs>
<lib>${project.build.directory}/classes</lib>
<lib>${java.home}/jmods/java.base.jmod</lib>
Expand Down
File renamed without changes.

0 comments on commit a25f96b

Please sign in to comment.