Commit e05c24f
authored
* search project initialised directory for onedrive in execute function
* apply changes from review
* fix error being supressed
* use runtime exception in onedrive error
* add print in error and make check case insensitive
* use Paths.get instead of user.dir
* move check to apply method and use gradle method instead of java method
* remove unnecessary imports from previous commit
* remove another unnecessary import
* fix printed directory
* catch and print error instead of throwing it
* try catch check only throw if try catch succeeds
* fix items from review
1 parent 98c2d57 commit e05c24f
File tree
2 files changed
+19
-0
lines changed- src/main/java/edu/wpi/first/gradlerio
2 files changed
+19
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
80 | 89 | | |
81 | 90 | | |
82 | 91 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments