Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
// use ant targets with prefix antTargets.XXXXX
ant.importBuild "build-wrapper.xml"
// add jars from this classpath to the classpath for the ant build
ant.references.jars.setFiles(configurations.compile.asPath.replace(";"," "))
ant.references.jars.setFiles(configurations.compile.asPath.replace(":"," "))

sourceCompatibility = 1.6
mainClassName = "net.sf.jabref.JabRefMain"
Expand Down