Skip to content

Commit

Permalink
Fix buildInfo access
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Aug 14, 2018
1 parent d7ad338 commit 8212294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/vertretungsplan/uploader/BuildInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import java.util.*

class BuildInfo {
val properties: Properties = Properties().apply {
load(javaClass.getResourceAsStream("../../buildInfo.properties"))
load(javaClass.getResourceAsStream("/buildInfo.properties"))
}

val version: String
Expand Down

0 comments on commit 8212294

Please sign in to comment.