-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gradle fixes + removed build files (#648)
* Removed build files These shouldn't be here * Removed legup-update and legup Gradle projects --------- Co-authored-by: Ivan Ho <[email protected]>
- Loading branch information
1 parent
6986a3d
commit 535a825
Showing
16 changed files
with
0 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
build/resources/test/puzzles/lightup/rules/BulbsInPathContradictionRule/BlockInVerticalPath
This file was deleted.
Oops, something went wrong.
Empty file.
10 changes: 0 additions & 10 deletions
10
...d/resources/test/puzzles/lightup/rules/BulbsInPathContradictionRule/LightInHorizontalPath
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
build/resources/test/puzzles/lightup/rules/BulbsInPathContradictionRule/LightInVerticalPath
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
.../resources/test/puzzles/lightup/rules/CannotLightACellContradictionRule/CannotFillCorners
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...d/resources/test/puzzles/lightup/rules/CannotLightACellContradictionRule/CannotFillMiddle
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
build/resources/test/puzzles/lightup/rules/TooFewBulbsContradictionRule/BlockEnclosed
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...ources/test/puzzles/lightup/rules/TooFewBulbsContradictionRule/CompleteBoardBlockEnclosed
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
build/resources/test/puzzles/lightup/rules/TooFewBulbsContradictionRule/CornerBlockEnclosed
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
build/resources/test/puzzles/lightup/rules/TooFewBulbsContradictionRule/ManyBlocksEnclosed
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
build/resources/test/puzzles/lightup/rules/TooManyBulbsContradictionRule/BlockEnclosed
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...urces/test/puzzles/lightup/rules/TooManyBulbsContradictionRule/CompleteBoardBlockEnclosed
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
build/resources/test/puzzles/lightup/rules/TooManyBulbsContradictionRule/CornerBlockEnclosed
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
build/resources/test/puzzles/lightup/rules/TooManyBulbsContradictionRule/ManyBlocksEnclosed
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
rootProject.name = 'Legup' | ||
include ':legup' | ||
include ':legup-update' | ||
|