You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the config.conf localwitness add yourself private key
150
150
```bash
151
-
./gradlew run -Pwitness=true
151
+
./gradlew run -Pwitness
152
152
```
153
153
154
154
<details>
155
155
<summary>Show Output</summary>
156
156
157
157
```bash
158
-
> ./gradlew run -Pwitness=true
158
+
> ./gradlew run -Pwitness
159
159
160
160
> Task :generateProto UP-TO-DATE
161
161
Using TaskInputs.file() with something that doesn't resolve to a File object has been deprecated and is scheduled to be removed in Gradle 5.0. Use TaskInputs.files() instead.
0 commit comments