File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,14 @@ Gradle itself is included via the wrapper — no separate installation needed.
2525
2626Formatting is enforced in CI. Always run ` spotlessApply ` before pushing.
2727
28+ When working on Java-only changes in the dashboard module, pass ` -PskipFrontend ` to skip the
29+ Node/npm frontend build steps (requires Node to be available otherwise):
30+
31+ ``` shell
32+ ./gradlew :git-proxy-java-dashboard:compileJava -PskipFrontend
33+ ./gradlew :git-proxy-java-dashboard:build -PskipFrontend
34+ ```
35+
2836## Running the server locally
2937
3038### Proxy only (no dashboard)
Original file line number Diff line number Diff line change 7070
7171allprojects {
7272 group = ' org.finos.gitproxy'
73- version = ' 1.0.0-beta.4 '
73+ version = ' 1.0.0-rc.1 '
7474
7575 repositories {
7676 mavenCentral()
You can’t perform that action at this time.
0 commit comments