We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6849f4c commit b9b320bCopy full SHA for b9b320b
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- nativetest
39
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
40
concurrency:
41
- group: example-group
+ group: publish
42
cancel-in-progress: true
43
steps:
44
- uses: actions/checkout@v6
pom.xml
@@ -131,11 +131,6 @@
131
<artifactId>lombok</artifactId>
132
</annotationProcessorPath>
133
</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>
139
</configuration>
140
</plugin>
141
<plugin>
0 commit comments