Skip to content

Commit

Permalink
try to add uses to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Dec 16, 2019
1 parent 04576bc commit b05b1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ jlink {
uses 'com.airhacks.afterburner.injection.PresenterFactory'
uses 'org.controlsfx.glyphfont.GlyphFont'
uses 'com.airhacks.afterburner.views.ResourceLocator'
uses 'javax.xml.bind.JAXBContextFactory'
provides 'java.sql.Driver' with 'org.postgresql.Driver'
provides 'org.controlsfx.glyphfont.GlyphFont' with 'org.controlsfx.glyphfont.FontAwesome'
provides 'org.apache.commons.logging.LogFactory' with 'org.apache.logging.log4j.jcl.LogFactoryImpl'
Expand Down

0 comments on commit b05b1a1

Please sign in to comment.