Skip to content

Commit 5a8c52f

Browse files
authored
chore: bump version to 1.0.0-rc.1 (#162)
Also documents the -PskipFrontend flag in CONTRIBUTING.md for Java-only dashboard development.
1 parent f41bafb commit 5a8c52f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ Gradle itself is included via the wrapper — no separate installation needed.
2525

2626
Formatting 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)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ext {
7070

7171
allprojects {
7272
group = 'org.finos.gitproxy'
73-
version = '1.0.0-beta.4'
73+
version = '1.0.0-rc.1'
7474

7575
repositories {
7676
mavenCentral()

0 commit comments

Comments
 (0)