Skip to content

Commit

Permalink
Fix mainClassName in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemdot committed Aug 23, 2019
1 parent 7932dce commit ba60cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ project.ext.threeDotVersion = "5.0.0.0"
project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j8' : 'install4j8')
sourceCompatibility = 11
targetCompatibility = 11
mainClassName = "$moduleName/JabRefLauncher"
mainClassName = "org.jabref.JabRefLauncher"

// TODO: Ugly workaround to temporarily ignore build errors to dependencies of latex2unicode
// These should be removed, as well as the files in the lib folder, as soon as they have valid module names
Expand Down

0 comments on commit ba60cbe

Please sign in to comment.