Skip to content

Commit b9b320b

Browse files
committed
remove unnecessary compiler argument
1 parent 6849f4c commit b9b320b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- nativetest
3939
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
4040
concurrency:
41-
group: example-group
41+
group: publish
4242
cancel-in-progress: true
4343
steps:
4444
- uses: actions/checkout@v6

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@
131131
<artifactId>lombok</artifactId>
132132
</annotationProcessorPath>
133133
</annotationProcessorPaths>
134-
<fork>true</fork>
135-
<compilerArgs>
136-
<compilerArg>--add-opens</compilerArg>
137-
<compilerArg>jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</compilerArg>
138-
</compilerArgs>
139134
</configuration>
140135
</plugin>
141136
<plugin>

0 commit comments

Comments
 (0)