Skip to content

Commit

Permalink
Moved scala library to lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bdew committed Sep 3, 2015
1 parent 6f72271 commit d193e26
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 @@ -15,7 +15,7 @@ jar {
manifest {
attributes(
'Main-Class': 'net.bdew.hafen.combiner.Combiner',
'Class-Path': 'scala-library-2.11.7.jar'
'Class-Path': 'lib/scala-library-2.11.7.jar'
)
}
}

0 comments on commit d193e26

Please sign in to comment.