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
2. Invoke the gradle-wrapper to download Gradle and build metafacture-core:
78
+
2. Invoke the gradle-wrapper to download Gradle and build metafacture-core (on Windows call `gradlew.bat install`):
79
79
80
-
```bash
81
-
$ ./gradlew install
82
-
```
83
-
on Windows call `gradlew.bat install` instead.
80
+
```bash
81
+
$ ./gradlew install
82
+
```
83
+
84
+
The resulting distribution can be found in `metafacture-core/metafacture-runner/build/distributions/`.
84
85
85
86
See [Code Quality and Style](https://github.com/metafacture/metafacture-core/wiki/Code-Quality-and-Style) on the wiki for further information on the sources.
0 commit comments