Skip to content

Commit

Permalink
Merge pull request #18 from rendaw/fix-multimodule
Browse files Browse the repository at this point in the history
Remove implicitly-included java.base dep in module-info
  • Loading branch information
JakeWharton authored Sep 30, 2019
2 parents 5f7d839 + 44ad105 commit 7c5bdae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
<module>
<moduleInfoSource>
module com.squareup.gifencoder {
requires java.base;
exports com.squareup.gifencoder;
}
</moduleInfoSource>
Expand Down

0 comments on commit 7c5bdae

Please sign in to comment.