Skip to content

Commit

Permalink
Fixes #870 - Declare project name for Gradle
Browse files Browse the repository at this point in the history
It's a good idea to declare a project name for Gradle so it doesn't
assume the working directory (the directory where the local git repo
is at) as the project name.
  • Loading branch information
yukiisbored committed Nov 30, 2016
1 parent 56500fe commit 0134b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootProject.name = 'loklak_server'

0 comments on commit 0134b8d

Please sign in to comment.