Skip to content

Commit

Permalink
Start of branch 3.4.x, adapt CI and build (reactor#2928)
Browse files Browse the repository at this point in the history
The newly branched out 3.4.x now contains development
work for 2020.0 train, 3.4.16-SNAPSHOT version.

Adapt CI workflows and build for this new branch.
  • Loading branch information
simonbasle authored Feb 18, 2022
1 parent 949ba3d commit 49d2f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches: # For branches, better to list them explicitly than regexp include
- main
- 3.4.x
- 3.3.x
permissions: read-all
jobs:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spotless {
enforceCheck false
}
else {
String spotlessBranch = "origin/main"
String spotlessBranch = "origin/3.4.x"
println "[Spotless] Local run detected, ratchet from $spotlessBranch"
ratchetFrom spotlessBranch
}
Expand Down

0 comments on commit 49d2f9d

Please sign in to comment.