Removed double-add of shared classpath. Fixes #157. (#164)

This commit is contained in:
Fredric Silberberg
2016-07-13 22:20:30 -07:00
committed by Peter Johnson
parent d2aa168f66
commit fe7165a8f7

View File

@@ -82,7 +82,6 @@ jar {
}
}
addClasspath sourceSets.athena.runtimeClasspath
addClasspath sourceSets.shared.runtimeClasspath
}
model {