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
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,18 +378,22 @@ The BrowserUpProxyServer implementation uses native DNS resolution by default, b
378
378
379
379
## Building the latest from source
380
380
381
-
You'll need maven (`brew install maven` if you're on OS X):
381
+
You'll need `gradle`. Please see [here](https://docs.gradle.org/current/userguide/installation.html) how to install gradle on your system.
382
+
`[~]$ gradle build --info`
382
383
383
-
[~]$ mvn -DskipTests
384
+
Also you can use gradle wrapper:
385
+
`[~]$ ./gradlew build --info`
384
386
385
-
You'll find the standalone BrowserUp Proxy distributable zip at `browserup-dist/target/browserup-proxy-3.0.0-beta-bin.zip`. Unzip the contents and run the `browserup-proxy` or `browserup-proxy.bat` files in the `bin` directory.
386
-
387
-
When you build the latest code from source, you'll have access to the latest snapshot release. To use the SNAPSHOT version in your code, modify the version in your pom:
387
+
When you build the latest code from source, you'll have access to the latest snapshot release. To use the SNAPSHOT version in your code, modify the version in your maven pom:
0 commit comments