Skip to content

Commit

Permalink
Automatically importing license as resource with Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
CBSkarmory committed Jan 17, 2019
1 parent f4e8cd5 commit 6e05261
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 677 deletions.
3 changes: 2 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ java_binary(
resources = glob([
"src/main/resources/**",
"src/main/java/**/*.gif",
"src/main/java/**/*.properties"
"src/main/java/**/*.properties",
"LICENSE"
]),
main_class = "cbskarmory.Runner",
)
2 changes: 0 additions & 2 deletions ensure_correct_license_ingame.sh

This file was deleted.

Loading

0 comments on commit 6e05261

Please sign in to comment.