Skip to content

Commit 36d8311

Browse files
committed
Merge branch 'dev/1.0'
2 parents 9ec438e + 368a5d3 commit 36d8311

File tree

2,381 files changed

+531464
-361243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,381 files changed

+531464
-361243
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# google-java-format
2+
38459f0d42dfc6de2b74de6d784017b5f38fa763
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: check google-java-format
2+
3+
on:
4+
push:
5+
branches:
6+
- 'dev/1.0'
7+
pull_request:
8+
branches:
9+
- 'dev/1.0'
10+
11+
jobs:
12+
formatting:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- name: Set up Java
17+
uses: actions/[email protected]
18+
with:
19+
distribution: "temurin"
20+
java-version: 17
21+
- uses: axel-op/[email protected]
22+
with:
23+
args: "--set-exit-if-changed"

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ You can find all the details in the [Contributing via Git](http://wiki.eclipse.o
4848
* Make sure you include test cases for non-trivial features
4949
* Make sure the test suite passes after your changes
5050
* Make sure checkstyle passes after your changes
51+
* Apply `google-java-format` (see https://github.com/google/google-java-format)
5152
* Commit your changes into that branch
5253
* Use descriptive and meaningful commit messages
5354
* If you have a lot of commits squash them into a single commit
@@ -68,7 +69,7 @@ Please make sure new source files have license header like this:
6869

6970
````
7071
/*
71-
* Copyright (c) 2019 the Eclipse Milo Authors
72+
* Copyright (c) 2025 the Eclipse Milo Authors
7273
*
7374
* This program and the accompanying materials are made
7475
* available under the terms of the Eclipse Public License 2.0

build-tools/pom.xml

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)