Skip to content

Commit 49f119e

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into marcono1234/documentation-improvements
2 parents cbf4ddf + 1c2b1e1 commit 49f119e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ on:
55
branches: [master]
66
paths:
77
- pom.xml
8+
- spotbugs-exclude.xml
9+
- core
810
- src/**
11+
- scripts/jextract.*
12+
- scripts/TreeSitter_java.patch
913
- .github/workflows/ci.yml
1014
pull_request:
1115
branches: [master]
1216
paths:
1317
- pom.xml
18+
- spotbugs-exclude.xml
19+
- core
1420
- src/**
21+
- scripts/jextract.*
22+
- scripts/TreeSitter_java.patch
1523
- .github/workflows/ci.yml
1624

1725
concurrency:

core

Lines changed: 0 additions & 1 deletion
This file was deleted.

core

Submodule core added at 637a3e1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>com.diffplug.spotless</groupId>
157157
<artifactId>spotless-maven-plugin</artifactId>
158-
<version>2.43.0</version>
158+
<version>2.44.3</version>
159159
<executions>
160160
<execution>
161161
<id>format-sources</id>

0 commit comments

Comments
 (0)